mx4j.tools.heartbeat
Interface HeartBeatListenerControl
- All Known Implementing Classes:
- HeartBeatListener
- public interface HeartBeatListenerControl
Interface to be implemented by HeartBeatListener. Adds local interface
to be used by clients monitoring status of communication.
- Version:
- $Revision: 1.3 $
- Author:
- Michael Gorelik
LOST_HEARTBEAT
public static final java.lang.String LOST_HEARTBEAT
registerObserver
public void registerObserver(RemoteMBeanServer connector,
java.lang.Object connectorType,
java.lang.Object address,
java.lang.String sourceCanonName,
NotificationListener observer)
throws MalformedObjectNameException,
InstanceNotFoundException,
MBeanException,
ReflectionException,
java.rmi.RemoteException
- Add listener to a remote heartbeat source and register application to
receive heart beat failure notification from HeartBeatListener.
unregisterObserver
public void unregisterObserver(java.lang.String sourceCanonName,
NotificationListener listener)
- Removes the specified heartbeat observer.
Copyright © 2001-2002 MX4J Team. All Rights Reserved.