Package org.jgroups.jmx
Class Protocol
java.lang.Object
org.jgroups.jmx.Protocol
- All Implemented Interfaces:
ProtocolMBean
- Direct Known Subclasses:
BARRIER
,Discovery
,FC
,FD
,FD_ALL
,FD_SOCK
,FLUSH
,FRAG
,FRAG2
,GMS
,MERGE2
,NAKACK
,PARTITION
,SEQUENCER
,SFC
,STABLE
,STATE_TRANSFER
,STATS
,STREAMING_STATE_TRANSFER
,TP
,UNICAST
,VIEW_SYNC
- Version:
- $Id: Protocol.java,v 1.12 2007/04/27 07:59:24 belaban Exp $
- Author:
- Bela Ban
-
Constructor Details
-
Protocol
public Protocol() -
Protocol
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceProtocolMBean
-
attachProtocol
-
getPropertiesAsString
- Specified by:
getPropertiesAsString
in interfaceProtocolMBean
-
setProperties
- Specified by:
setProperties
in interfaceProtocolMBean
-
getStatsEnabled
public boolean getStatsEnabled()- Specified by:
getStatsEnabled
in interfaceProtocolMBean
-
setStatsEnabled
public void setStatsEnabled(boolean flag) - Specified by:
setStatsEnabled
in interfaceProtocolMBean
-
resetStats
public void resetStats()- Specified by:
resetStats
in interfaceProtocolMBean
-
printStats
- Specified by:
printStats
in interfaceProtocolMBean
-
dumpStats
- Specified by:
dumpStats
in interfaceProtocolMBean
-
create
- Specified by:
create
in interfaceProtocolMBean
- Throws:
Exception
-
start
- Specified by:
start
in interfaceProtocolMBean
- Throws:
Exception
-
stop
public void stop()- Specified by:
stop
in interfaceProtocolMBean
-
destroy
public void destroy()- Specified by:
destroy
in interfaceProtocolMBean
-