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.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.
 



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