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
getCurrentCoreMembers
java.util.List<java.lang.String> getCurrentCoreMembers()
getAllCurrentMembers
java.util.List<java.lang.String> getAllCurrentMembers()
Copyright © 2010. All Rights Reserved.