| java.lang.Object org.objectweb.jonas.management.cluster.BaseCluster org.objectweb.jonas.management.cluster.TomcatCluster
type | protected String type(Code) | | The type of Cluster, that is part of the MBean ObjectName
|
addTomcatServer | public boolean addTomcatServer(String serverName, ServerProxy proxy)(Code) | | Add a Tomcat Server to the list of the TomcatCluster.
Make link between the member and the ServerProxy.
Parameters: serverName - name of the managed server which corresponds to a Tomcat session replication cluster memeber Parameters: proxy - The ServerProxy related object. True if correctly added in the List. |
createClusterMember | public ClusterMember createClusterMember(String svname, ServerProxy proxy)(Code) | | Should never be called, as by definition, we can't create a 'physical' cluster
member via an administration program or a tool.
(only automatic creation is possible via addTomcatServer method)
|
getMcastDropTime | public long getMcastDropTime()(Code) | | |
getMcastFrequency | public long getMcastFrequency()(Code) | | |
getMcastPort | public int getMcastPort()(Code) | | |
getMcastSocketTimeout | public int getMcastSocketTimeout()(Code) | | |
getType | public String getType()(Code) | | The String type to be put in the ObjectName |
setMcastAddr | public void setMcastAddr(String mcastAddr)(Code) | | |
setMcastDropTime | public void setMcastDropTime(long mcastDropTime)(Code) | | |
setMcastFrequency | public void setMcastFrequency(long mcastFrequency)(Code) | | |
setMcastPort | public void setMcastPort(int mcastPort)(Code) | | |
setMcastSocketTimeout | public void setMcastSocketTimeout(int mcastSocketTimeout)(Code) | | |
|
|