com.sun.enterprise.ee.cms.core
Interface JoinedAndReadyNotificationSignal

All Superinterfaces:
AliveAndReadySignal, GroupStartupNotificationSignal, RejoinableEvent, Signal

public interface JoinedAndReadyNotificationSignal
extends Signal, GroupStartupNotificationSignal, RejoinableEvent, AliveAndReadySignal

Signal corresponding to JoinedAndReadyNotificationAction. This Signal enables the consumer to get specifics about a join and ready notification. This Signal type will only be passed to a JoinedAndReadyNotificationAction. This Signal is delivered to registered GMS Clients on all members of the group.

Author:
Sheetal Vartak Date: Nov 13 2007

Method Summary
 java.util.List<java.lang.String> getAllCurrentMembers()
           
 java.util.List<java.lang.String> getCurrentCoreMembers()
           
 
Methods inherited from interface com.sun.enterprise.ee.cms.core.Signal
acquire, getGroupName, getMemberDetails, getMemberToken, getStartTime, release
 
Methods inherited from interface com.sun.enterprise.ee.cms.core.GroupStartupNotificationSignal
getEventSubType
 
Methods inherited from interface com.sun.enterprise.ee.cms.core.RejoinableEvent
getRejoinSubevent
 
Methods inherited from interface com.sun.enterprise.ee.cms.core.AliveAndReadySignal
getCurrentView, getPreviousView
 

Method Detail

getCurrentCoreMembers

java.util.List<java.lang.String> getCurrentCoreMembers()

getAllCurrentMembers

java.util.List<java.lang.String> getAllCurrentMembers()


Copyright © 2010. All Rights Reserved.