com.sleepycat.je.rep.monitor
Class MonitorChangeEvent
java.lang.Object
com.sleepycat.je.rep.monitor.MonitorChangeEvent
- Direct Known Subclasses:
- GroupChangeEvent, MemberChangeEvent
public abstract class MonitorChangeEvent
- extends Object
MonitorChangeEvent is the base class for all Monitor events. Its subclasses
provide additional event-specific information.
See Replication Guide, Writing Monitor Nodes
Method Summary |
String |
getNodeName()
Returns the name of the node associated with the event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitorChangeEvent
MonitorChangeEvent(String nodeName)
getNodeName
public String getNodeName()
- Returns the name of the node associated with the event.
Copyright (c) 2004-2010 Oracle. All rights reserved.