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

Packages that use GMSConstants.shutdownType
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   
 

Uses of GMSConstants.shutdownType in com.sun.enterprise.ee.cms.core
 

Methods in com.sun.enterprise.ee.cms.core that return GMSConstants.shutdownType
 GMSConstants.shutdownType PlannedShutdownSignal.getEventSubType()
          Planned shutdown events can be one of two types, Group Shutdown or Instance Shutdown.
static GMSConstants.shutdownType GMSConstants.shutdownType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GMSConstants.shutdownType[] GMSConstants.shutdownType.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.shutdownType
 void GroupManagementService.shutdown(GMSConstants.shutdownType shutdownType)
          Sends a shutdown command to the GMS indicating that the parent thread is about to be shutdown as part of a planned shutdown operation for the given shutdown type.
 

Uses of GMSConstants.shutdownType in com.sun.enterprise.ee.cms.impl.common
 

Methods in com.sun.enterprise.ee.cms.impl.common that return GMSConstants.shutdownType
 GMSConstants.shutdownType PlannedShutdownSignalImpl.getEventSubType()
          Planned shutdown events can be one of two types, Group Shutdown or Instance Shutdown.
 

Methods in com.sun.enterprise.ee.cms.impl.common with parameters of type GMSConstants.shutdownType
 void GMSContext.leave(GMSConstants.shutdownType shutdownType)
           
 void GroupManagementServiceImpl.shutdown(GMSConstants.shutdownType shutdownType)
          Sends a shutdown command to the GMS indicating that the parent thread is about to be shutdown as part of a planned shutdown operation
 

Constructors in com.sun.enterprise.ee.cms.impl.common with parameters of type GMSConstants.shutdownType
PlannedShutdownSignalImpl(String memberToken, String groupName, long startTime, GMSConstants.shutdownType shutdownType)
           
 

Uses of GMSConstants.shutdownType in com.sun.enterprise.ee.cms.impl.jxta
 

Methods in com.sun.enterprise.ee.cms.impl.jxta with parameters of type GMSConstants.shutdownType
 void GMSContext.leave(GMSConstants.shutdownType shutdownType)
           
 



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