|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GMSConstants.groupStartupState | |
---|---|
com.sun.enterprise.ee.cms.core | Shoal GMS's core client API |
com.sun.enterprise.ee.cms.impl.common | |
com.sun.enterprise.ee.cms.impl.jxta | |
com.sun.enterprise.ee.cms.spi |
Uses of GMSConstants.groupStartupState in com.sun.enterprise.ee.cms.core |
---|
Methods in com.sun.enterprise.ee.cms.core that return GMSConstants.groupStartupState | |
---|---|
static GMSConstants.groupStartupState |
GMSConstants.groupStartupState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GMSConstants.groupStartupState[] |
GMSConstants.groupStartupState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.sun.enterprise.ee.cms.core with parameters of type GMSConstants.groupStartupState | |
---|---|
void |
GroupManagementService.announceGroupStartup(String groupName,
GMSConstants.groupStartupState startupState,
List<String> memberTokens)
This method can be used by a controlling parent application that has a static preconfiguration of all members of the group to announce that the parent application is "initiating" and then that it has "completed" startup of all preconfigured members of this group. |
Uses of GMSConstants.groupStartupState in com.sun.enterprise.ee.cms.impl.common |
---|
Methods in com.sun.enterprise.ee.cms.impl.common with parameters of type GMSConstants.groupStartupState | |
---|---|
void |
GroupManagementServiceImpl.announceGroupStartup(String groupName,
GMSConstants.groupStartupState startupState,
List<String> memberTokens)
|
void |
GMSContext.announceGroupStartup(String groupName,
GMSConstants.groupStartupState startupState,
List<String> memberTokens)
|
Uses of GMSConstants.groupStartupState in com.sun.enterprise.ee.cms.impl.jxta |
---|
Methods in com.sun.enterprise.ee.cms.impl.jxta with parameters of type GMSConstants.groupStartupState | |
---|---|
void |
GroupCommunicationProviderImpl.announceGroupStartup(String groupName,
GMSConstants.groupStartupState startupState,
List<String> memberTokens)
Demarcate the INITIATION and COMPLETION of group startup. |
void |
GMSContext.announceGroupStartup(String groupName,
GMSConstants.groupStartupState startupState,
List<String> memberTokens)
|
Uses of GMSConstants.groupStartupState in com.sun.enterprise.ee.cms.spi |
---|
Methods in com.sun.enterprise.ee.cms.spi with parameters of type GMSConstants.groupStartupState | |
---|---|
void |
GroupCommunicationProvider.announceGroupStartup(String groupName,
GMSConstants.groupStartupState startupState,
List<String> memberTokens)
Invoked indirectly by a controlling parent application that has a static preconfiguration of all members of the group to announce that the parent application is "initiating" and then that it has "completed" startup of all preconfigured members of this group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |