You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pe...@apache.org on 2006/01/05 20:27:33 UTC

svn commit: r366251 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/CatalinaCluster.java

Author: pero
Date: Thu Jan  5 11:27:30 2006
New Revision: 366251

URL: http://svn.apache.org/viewcvs?rev=366251&view=rev
Log:
add hasMember

Modified:
    tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/CatalinaCluster.java

Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/CatalinaCluster.java
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/CatalinaCluster.java?rev=366251&r1=366250&r2=366251&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/CatalinaCluster.java (original)
+++ tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/CatalinaCluster.java Thu Jan  5 11:27:30 2006
@@ -88,6 +88,11 @@
     public void sendClusterDomain(ClusterMessage msg);
 
     /**
+     * Returns that cluster has members.
+     */
+    public boolean hasMembers();
+
+    /**
      * Returns all the members currently participating in the cluster.
      *
      * @return Member[]



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