fhanik      2003/02/19 13:06:40

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        mbeans-descriptors.xml
  Log:
  added in cluster definitions
  
  Revision  Changes    Path
  1.17      +25 -6     
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mbeans-descriptors.xml    30 Jan 2003 14:24:43 -0000      1.16
  +++ mbeans-descriptors.xml    19 Feb 2003 21:06:40 -0000      1.17
  @@ -2305,12 +2305,12 @@
     </mbean>
   
   
  -  <mbean         name="JGCluster"
  +  <mbean         name="SimpleTcpCluster"
               className="org.apache.catalina.mbeans.ClassNameMBean"
  -          description="JavaGrtoups Cluster implementation"
  +          description="Tcp Cluster implementation"
                  domain="Catalina"
                   group="Cluster"
  -                 type="org.apache.catalina.cluster.JGCluster">
  +                 type="org.apache.catalina.cluster.tcp.SimpleTcpCluster">
   
       <attribute   name="protocolStack"
             description="JavaGroups protocol stack selection"
  @@ -2319,12 +2319,12 @@
     </mbean>
   
   
  -  <mbean         name="JGManager"
  +  <mbean         name="SimpleTcpReplicationManager"
               className="org.apache.catalina.mbeans.ClassNameMBean"
             description="Clustered implementation of the Manager interface"
                  domain="Catalina"
                   group="Manager"
  -                 type="org.apache.catalina.cluster.JGManager">
  +                 type="org.apache.catalina.cluster.tcp.SimpleTcpReplicationManager">
   
       <attribute   name="algorithm"
             description="The message digest algorithm to be used when generating
  @@ -2443,6 +2443,25 @@
                  domain="Catalina"
                   group="Valve"
                    type="org.apache.catalina.core.StandardWrapperValve">
  +
  +    <attribute   name="className"
  +          description="Fully qualified class name of the managed object"
  +                 type="java.lang.String"
  +            writeable="false"/>
  +
  +    <attribute   name="debug"
  +          description="The debugging detail level for this component"
  +                 type="int"/>
  +
  +  </mbean>
  +
  +
  +<mbean         name="ReplicationValve"
  +            className="org.apache.catalina.mbeans.ClassNameMBean"
  +          description="Valve for simple tcp replication"
  +               domain="Catalina"
  +                group="Valve"
  +                 type="org.apache.catalina.cluster.tcp.ReplicationValve">
   
       <attribute   name="className"
             description="Fully qualified class name of the managed object"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to