org.ow2.jonas.lib.management.domain.cluster.tomcat
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
 String getMcastAddr()
           
 long getMcastDropTime()
           
 long getMcastFrequency()
           
 int getMcastPort()
           
 int getMcastSocketTimeout()
           
 
Methods inherited from interface org.ow2.jonas.lib.management.domain.cluster.BaseClusterMBean
addServer, addServer, deployModule, getMembers, getName, getNbMembers, getState, removeServer, startit, stopit, undeployModule, uploadDeployModule, uploadFile
 

Method Detail

getMcastAddr

String getMcastAddr()

getMcastDropTime

long getMcastDropTime()

getMcastFrequency

long getMcastFrequency()

getMcastPort

int getMcastPort()

getMcastSocketTimeout

int getMcastSocketTimeout()


Copyright © 2010 OW2 Consortium. All Rights Reserved.