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

All Superinterfaces:
Signal
All Known Implementing Classes:
JoinedAndReadyNotificationSignalImpl

public interface JoinedAndReadyNotificationSignal
extends Signal

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
 List<String> getAllCurrentMembers()
           
 List<String> getCurrentCoreMembers()
           
 
Methods inherited from interface com.sun.enterprise.ee.cms.core.Signal
acquire, getGroupName, getMemberDetails, getMemberToken, getStartTime, release
 

Method Detail

getCurrentCoreMembers

List<String> getCurrentCoreMembers()

getAllCurrentMembers

List<String> getAllCurrentMembers()


Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.