com.sleepycat.je.rep.monitor
Class MemberChangeEvent
java.lang.Object
com.sleepycat.je.rep.monitor.MonitorChangeEvent
com.sleepycat.je.rep.monitor.MemberChangeEvent
- Direct Known Subclasses:
- JoinGroupEvent, LeaveGroupEvent, NewMasterEvent
public abstract class MemberChangeEvent
- extends MonitorChangeEvent
MemberChangeEvent is the base class for all member status changed events.
Its subclasses provide additional event-specific information.
Method Summary |
String |
getMasterName()
Returns the name of the master at the time of this event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getMasterName
public String getMasterName()
- Returns the name of the master at the time of this event. The return
value may be null if there is no current master.
Copyright (c) 2004-2011 Oracle. All rights reserved.