Class PARTITION
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.PARTITION
- All Implemented Interfaces:
ProtocolMBean, PARTITIONMBean
- Version:
- $Id: PARTITION.java,v 1.2 2007/08/27 10:46:45 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidvoidMethods inherited from class Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Constructor Details
-
PARTITION
public PARTITION() -
PARTITION
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocolin classProtocol
-
isPartitionOn
public boolean isPartitionOn()- Specified by:
isPartitionOnin interfacePARTITIONMBean
-
startPartition
public void startPartition()- Specified by:
startPartitionin interfacePARTITIONMBean
-
stopPartition
public void stopPartition()- Specified by:
stopPartitionin interfacePARTITIONMBean
-