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 
 

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(java.lang.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 are 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.
 



Copyright © 2010. All Rights Reserved.