com.sleepycat.je.rep.monitor
Class JoinGroupEvent
java.lang.Object
com.sleepycat.je.rep.monitor.MonitorChangeEvent
com.sleepycat.je.rep.monitor.MemberChangeEvent
com.sleepycat.je.rep.monitor.JoinGroupEvent
public class JoinGroupEvent
- extends MemberChangeEvent
The event generated when a node joins the group. A new instance of this
event is generated each time a node joins the group.
The event is generated on a "best effort" basis. It may not be generated,
for example, if the joining node was unable to communicate with the monitor
due to a network problem. The application must be resilient in the face of
such missing events.
Method Summary |
Date |
getJoinTime()
Returns the time at which the node joined the group. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getJoinTime
public Date getJoinTime()
- Returns the time at which the node joined the group.
Copyright (c) 2004-2011 Oracle. All rights reserved.