org.jgroups.jmx.protocols
Class FD_SOCK
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.FD_SOCK
- All Implemented Interfaces:
- FD_SOCKMBean, ProtocolMBean
- public class FD_SOCK
- extends Protocol
- implements FD_SOCKMBean
- Version:
- $Id: FD_SOCK.java,v 1.1 2005/06/13 13:06:02 belaban Exp $
- Author:
- Bela Ban
Methods inherited from class org.jgroups.jmx.Protocol |
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, 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, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop |
FD_SOCK
public FD_SOCK()
FD_SOCK
public FD_SOCK(Protocol p)
attachProtocol
public void attachProtocol(Protocol p)
- Overrides:
attachProtocol
in class Protocol
getLocalAddress
public java.lang.String getLocalAddress()
- Specified by:
getLocalAddress
in interface FD_SOCKMBean
getMembers
public java.lang.String getMembers()
- Specified by:
getMembers
in interface FD_SOCKMBean
getPingableMembers
public java.lang.String getPingableMembers()
- Specified by:
getPingableMembers
in interface FD_SOCKMBean
getPingDest
public java.lang.String getPingDest()
- Specified by:
getPingDest
in interface FD_SOCKMBean
getNumSuspectEventsGenerated
public int getNumSuspectEventsGenerated()
- Specified by:
getNumSuspectEventsGenerated
in interface FD_SOCKMBean
printSuspectHistory
public java.lang.String printSuspectHistory()
- Specified by:
printSuspectHistory
in interface FD_SOCKMBean
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.