remm        2002/12/05 04:26:08

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        mbeans-descriptors.xml
  Log:
  - Add a few MBeans (cluster is not supported yet, though :-( ).
  
  Revision  Changes    Path
  1.13      +78 -1     
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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mbeans-descriptors.xml    27 Nov 2002 18:35:38 -0000      1.12
  +++ mbeans-descriptors.xml    5 Dec 2002 12:26:08 -0000       1.13
  @@ -2284,6 +2284,83 @@
     </mbean>
   
   
  +  <mbean         name="JGCluster"
  +            className="org.apache.catalina.mbeans.ClassNameMBean"
  +          description="JavaGrtoups Cluster implementation"
  +               domain="Catalina"
  +                group="Cluster"
  +                 type="org.apache.catalina.cluster.JGCluster">
  +
  +    <attribute   name="protocolStack"
  +          description="JavaGroups protocol stack selection"
  +                 type="java.lang.String"/>
  +
  +  </mbean>
  +
  +
  +  <mbean         name="JGManager"
  +            className="org.apache.catalina.mbeans.ClassNameMBean"
  +          description="Clustered implementation of the Manager interface"
  +               domain="Catalina"
  +                group="Manager"
  +                 type="org.apache.catalina.cluster.JGManager">
  +
  +    <attribute   name="algorithm"
  +          description="The message digest algorithm to be used when generating
  +                       session identifiers"
  +                 type="java.lang.String"/>
  +
  +    <attribute   name="checkInterval"
  +          description="The interval (in seconds) between checks for expired
  +                       sessions"
  +                 type="int"/>
  +
  +    <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"/>
  +
  +    <attribute   name="distributable"
  +          description="The distributable flag for Sessions created by this
  +                       Manager"
  +                 type="boolean"/>
  +
  +    <attribute   name="entropy"
  +          description="A String initialization parameter used to increase the
  +                       entropy of the initialization of our random number
  +                       generator"
  +                 type="java.lang.String"/>
  +
  +    <attribute   name="managedResource"
  +          description="The managed resource this MBean is associated with"
  +                 type="java.lang.Object"/>
  +
  +    <attribute   name="maxActiveSessions"
  +          description="The maximum number of active Sessions allowed, or -1
  +                       for no limit"
  +                 type="int"/>
  +
  +    <attribute   name="maxInactiveInterval"
  +          description="The default maximum inactive interval for Sessions
  +                       created by this Manager"
  +                 type="int"/>
  +
  +    <attribute   name="name"
  +          description="The descriptive name of this Manager implementation
  +                       (for logging)"
  +                 type="java.lang.String"
  +            writeable="false"/>
  +
  +    <attribute   name="pathname"
  +          description="Path name of the disk file in which active sessions"
  +                 type="java.lang.String"/>
  +
  +  </mbean>
  +
     <mbean         name="StandardServer"
               className="org.apache.catalina.mbeans.StandardServerMBean"
             description="Standard Server Component"
  
  
  

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

Reply via email to