Berkeley DB Java Edition
version 5.0.34

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


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
 

Method Detail

getNodeName

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


Berkeley DB Java Edition
version 5.0.34

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