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