org.objectweb.jonas.management.cluster
Interface TomcatClusterMBean

All Superinterfaces:
BaseClusterMBean
All Known Implementing Classes:
TomcatCluster

public interface TomcatClusterMBean
extends BaseClusterMBean

Define here only specific operations and attributes. Generic one are in BaseClusterMBean

Author:
Adriana Danes, Philippe Durieux

Method Summary
 java.lang.String getMcastAddr()
           
 long getMcastDropTime()
           
 long getMcastFrequency()
           
 int getMcastPort()
           
 int getMcastSocketTimeout()
           
 
Methods inherited from interface org.objectweb.jonas.management.cluster.BaseClusterMBean
addServer, deployModule, getMembers, getName, getNbMembers, getState, removeServer, startit, stopit, undeployModule, uploadDeployModule, uploadFile
 

Method Detail

getMcastAddr

public java.lang.String getMcastAddr()

getMcastDropTime

public long getMcastDropTime()

getMcastFrequency

public long getMcastFrequency()

getMcastPort

public int getMcastPort()

getMcastSocketTimeout

public int getMcastSocketTimeout()