You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2020/11/19 13:08:38 UTC

[tomcat] branch 9.0.x updated: Remove unused mbean definition

This is an automated email from the ASF dual-hosted git repository.

kfujino pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 93ded83  Remove unused mbean definition
93ded83 is described below

commit 93ded83cb9b792c90b103e2caed33c62c1756316
Author: KeiichiFujino <kf...@apache.org>
AuthorDate: Thu Nov 19 22:07:55 2020 +0900

    Remove unused mbean definition
---
 .../tribes/membership/mbeans-descriptors.xml       | 73 ----------------------
 1 file changed, 73 deletions(-)

diff --git a/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml b/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml
index d576390..42af9db 100644
--- a/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml
@@ -20,79 +20,6 @@
    "http://jakarta.apache.org/commons/dtds/mbeans-descriptors.dtd">
 <mbeans-descriptors>
   <mbean
-    name="McastService"
-    description="Cluster Membership service implementation"
-    domain="Catalina"
-    group="Cluster"
-    type="org.apache.catalina.tribes.membership.McastService">
-    <attribute
-      name="address"
-      description="Multicast IP Address"
-      type="java.lang.String"/>
-    <attribute
-      name="bind"
-      description="Multicast IP Interface address (default auto)"
-      type="java.lang.String"/>
-    <attribute
-      name="dropTime"
-      description="Timeout from frequency ping after member disappear notify"
-      type="long"/>
-    <attribute
-      name="frequency"
-      description="Ping Frequency at msec"
-      type="long"/>
-    <attribute
-      name="localLoopbackDisabled"
-      description="Is local loopback disabled?"
-      is="true"
-      type="boolean"/>
-    <attribute
-      name="localMemberName"
-      description="Complete local receiver information"
-      type="java.lang.String"
-      writeable="false"/>
-    <attribute
-      name="membersByName"
-      description="Complete remote sender information"
-      type="[Ljava.lang.String;"
-      writeable="false"/>
-    <attribute
-      name="port"
-      description="Multicast UDP Port"
-      type="int"/>
-    <attribute
-      name="recoveryCounter"
-      description="Counter after membership failure socket restarted"
-      type="int"/>
-    <attribute
-      name="recoveryEnabled"
-      description="Membership recovery enabled"
-      is="true"
-      type="boolean"/>
-    <attribute
-      name="recoverySleepTime"
-      description="Sleep time between next socket recovery (5000 msec)"
-      type="long"/>
-    <attribute
-      name="soTimeout"
-      description="Multicast Socket Timeout"
-      type="int"/>
-    <attribute
-      name="Ttl"
-      description=""
-      type="int"/>
-    <operation
-      name="start"
-      description="Start the cluster membership"
-      impact="ACTION"
-      returnType="void"/>
-    <operation
-      name="stop"
-      description="Stop the cluster membership"
-      impact="ACTION"
-      returnType="void"/>
-  </mbean>
-  <mbean
     name="MemberImpl"
     description="Cluster member"
     domain="Catalina"


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org