Package org.jgroups.jmx.protocols
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 TypeMethodDescriptionvoid
boolean
void
void
Methods inherited from class org.jgroups.jmx.Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Constructor Details
-
PARTITION
public PARTITION() -
PARTITION
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocol
in classProtocol
-
isPartitionOn
public boolean isPartitionOn()- Specified by:
isPartitionOn
in interfacePARTITIONMBean
-
startPartition
public void startPartition()- Specified by:
startPartition
in interfacePARTITIONMBean
-
stopPartition
public void stopPartition()- Specified by:
stopPartition
in interfacePARTITIONMBean
-