Package org.jgroups.jmx.protocols
Class PARTITION
- java.lang.Object
-
- org.jgroups.jmx.Protocol
-
- org.jgroups.jmx.protocols.PARTITION
-
- All Implemented Interfaces:
ProtocolMBean
,PARTITIONMBean
public class PARTITION extends Protocol implements PARTITIONMBean
- Version:
- $Id: PARTITION.java,v 1.2 2007/08/27 10:46:45 belaban Exp $
- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
attachProtocol(Protocol p)
boolean
isPartitionOn()
void
startPartition()
void
stopPartition()
-
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 Detail
-
PARTITION
public PARTITION()
-
PARTITION
public PARTITION(Protocol p)
-
-
Method Detail
-
attachProtocol
public void attachProtocol(Protocol p)
- 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
-
-