[hornetq-commits] JBoss hornetq SVN: r8766 - trunk/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 7 07:42:42 EST 2010


Author: ataylor
Date: 2010-01-07 07:42:42 -0500 (Thu, 07 Jan 2010)
New Revision: 8766

Modified:
   trunk/docs/user-manual/en/using-server.xml
Log:
doc fix

Modified: trunk/docs/user-manual/en/using-server.xml
===================================================================
--- trunk/docs/user-manual/en/using-server.xml	2010-01-07 12:25:45 UTC (rev 8765)
+++ trunk/docs/user-manual/en/using-server.xml	2010-01-07 12:42:42 UTC (rev 8766)
@@ -351,27 +351,25 @@
         <itemizedlist>
             <listitem>
                 <para>HornetQFileConfigurationService</para>
-                <para>This services instances the configuration object that reads the Configuration
-                    File inside the SAR archive and configure the HornetQ instance.</para>
+                <para>This is an MBean Service that takes care of the life cycle of the <literal>FileConfiguration POJO</literal></para>
             </listitem>
             <listitem>
                 <para>JBossASSecurityManagerService</para>
-                <para>The service that starts the Security Manager as the Microcontainer
-                    Bean.</para>
+                <para>This is an MBean Service that takes care of the lifecycle of the <literal>JBossASSecurityManager</literal> POJO</para>
             </listitem>
             <listitem>
                 <para>HornetQStarterService</para>
-                <para>The HornetQ core server that depends on JBossASSecurityManagerService and
-                    HornetQFileConfigurationService MBeans</para>
+                <para>This is an MBean Service that controls the main <literal>HornetQServer</literal> POJO.
+                   this has a dependency on JBossASSecurityManagerService and HornetQFileConfigurationService MBeans</para>
             </listitem>
             <listitem>
                 <para>HornetQJMSStarterService</para>
-                <para>This is the core server. It's where 99% of the magic happens</para>
+                <para>This is an MBean Service that controls the <literal>JMSServerManagerImpl</literal> POJO.
+                   If you aren't using jms this can be removed.</para>
             </listitem>
             <listitem>
                 <para>JMSServerManager</para>
-                <para>Has the responsibility to start the JMSServerManager and the same behaviour
-                    that JMSServerManager Bean</para>
+                <para>Has the responsability to start the JMSServerManager and the same behaviour that JMSServerManager Bean</para>
             </listitem>
         </itemizedlist>
     </section>



More information about the hornetq-commits mailing list