com.sleepycat.je.rep.monitor
Class MonitorChangeEvent

java.lang.Object
  extended by 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


Constructor Summary
MonitorChangeEvent(String nodeName)
           
 
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
 

Constructor Detail

MonitorChangeEvent

MonitorChangeEvent(String nodeName)
Method Detail

getNodeName

public String getNodeName()
Returns the name of the node associated with the event.



Copyright (c) 2004-2012 Oracle. All rights reserved.