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
 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
 

Method Detail

isPartitionOn

boolean isPartitionOn()

startPartition

void startPartition()

stopPartition

void stopPartition()


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