User: starksm 
  Date: 01/04/13 10:16:37

  Modified:    src/docs Tag: Branch_2_2 howtombeans.xml
  Log:
  Fix spelling of loadConfiguration.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +2 -2      manual/src/docs/howtombeans.xml
  
  Index: howtombeans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/docs/howtombeans.xml,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- howtombeans.xml   2001/04/04 02:43:21     1.4
  +++ howtombeans.xml   2001/04/13 17:16:37     1.4.2.1
  @@ -13,7 +13,7 @@
                <para>There are two classes of MBeans; those that are independent of 
JBoss services and those that are dependent on JBoss services. MBeans that are 
independent of JBoss services are the trival case and can be written per the JMX 
specification and added to a JBoss server by adding their MLET tag to the jboss.conf 
file. Writing an MBean that relies on a JBoss service like naming requires one to 
follow the JBoss service pattern. Before describing how to write such an MBean, let's 
go over the two JBoss services that manage the configuration and depdendencies of 
MBean services; ConfigurationService and ServiceControl.</para>
                <section>
                        <title>The ConfigurationService MBean</title>
  -                     <para>JBoss manages configuration its MBean services via a 
custom MBean that loads an xml variation of the standard MLet configuration file. This 
custom MBean is implemented in the org.jboss.configuration.ConfigurationService class. 
The ConfigurationService MBean is loaded when JBoss starts up by the JMX MLet due to 
its entry in the jboss.conf file. The jboss.jcml configuration is then loaded by 
invoking loadConfiguration() on the ConfigurationService MBean. The loadConfiguratoin 
method performs the following steps:</para>
  +                     <para>JBoss manages configuration its MBean services via a 
custom MBean that loads an xml variation of the standard MLet configuration file. This 
custom MBean is implemented in the org.jboss.configuration.ConfigurationService class. 
The ConfigurationService MBean is loaded when JBoss starts up by the JMX MLet due to 
its entry in the jboss.conf file. The jboss.jcml configuration is then loaded by 
invoking loadConfiguration() on the ConfigurationService MBean. The loadConfiguration 
method performs the following steps:</para>
                        <procedure>
                                <step>
                                        <para>Parse the jboss.jcml file and 
instantiate all MBeans</para>
  @@ -317,4 +317,4 @@
                        </figure>
                </section>
        </section>
  -</section>
  \ No newline at end of file
  +</section>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to