Berkeley DB Java Edition
version 5.0.34

com.sleepycat.je.rep.monitor
Class JoinGroupEvent

java.lang.Object
  extended by com.sleepycat.je.rep.monitor.MonitorChangeEvent
      extended by com.sleepycat.je.rep.monitor.MemberChangeEvent
          extended by 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 com.sleepycat.je.rep.monitor.MemberChangeEvent
getMasterName
 
Methods inherited from class com.sleepycat.je.rep.monitor.MonitorChangeEvent
getNodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJoinTime

public Date getJoinTime()
Returns the time at which the node joined the group.


Berkeley DB Java Edition
version 5.0.34

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