Package org.jgroups.jmx.protocols
Interface PARTITIONMBean
- All Superinterfaces:
ProtocolMBean
- All Known Implementing Classes:
PARTITION
- Version:
- $Id: PARTITIONMBean.java,v 1.2 2007/08/27 10:46:45 belaban Exp $
- Author:
- Bela Ban
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
void
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Method Details
-
isPartitionOn
boolean isPartitionOn() -
startPartition
void startPartition() -
stopPartition
void stopPartition()
-