org.jgroups.jmx.protocols
Class PARTITION

java.lang.Object
  extended by org.jgroups.jmx.Protocol
      extended by 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

Constructor Summary
PARTITION()
           
PARTITION(Protocol p)
           
 
Method Summary
 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 class Protocol

isPartitionOn

public boolean isPartitionOn()
Specified by:
isPartitionOn in interface PARTITIONMBean

startPartition

public void startPartition()
Specified by:
startPartition in interface PARTITIONMBean

stopPartition

public void stopPartition()
Specified by:
stopPartition in interface PARTITIONMBean


Copyright ? 1998-2008 Bela Ban. All Rights Reserved.