Uses of Class
com.sun.enterprise.ee.cms.core.GMSConstants.groupStartupState

Packages that use GMSConstants.groupStartupState
com.sun.enterprise.ee.cms.core Shoal GMS's core client API 
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(java.lang.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 are declared.
 

Methods in com.sun.enterprise.ee.cms.core with parameters of type GMSConstants.groupStartupState
 void GroupManagementService.announceGroupStartup(java.lang.String groupName, GMSConstants.groupStartupState startupState, java.util.List<java.lang.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.spi
 

Methods in com.sun.enterprise.ee.cms.spi with parameters of type GMSConstants.groupStartupState
 void GroupCommunicationProvider.announceGroupStartup(java.lang.String groupName, GMSConstants.groupStartupState startupState, java.util.List<java.lang.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.
 



Copyright © 2010. All Rights Reserved.