com.sun.enterprise.ee.cms.core
Interface PlannedShutdownSignal

All Superinterfaces:
AliveAndReadySignal, Signal

public interface PlannedShutdownSignal
extends Signal, AliveAndReadySignal

Signal corresponding to PlannedShutdownAction. This Signal enables the consumer to get specifics about a graceful administratively driven shutdown of a member. This Signal type will only be passed to a PlannedShutdownAction.

Version:
$Revision: 1109 $
Author:
Shreedhar Ganapathy Date: Feb 3, 2005

Method Summary
 GMSConstants.shutdownType getEventSubType()
          Planned shutdown events can be one of two types, Group Shutdown or Instance Shutdown.
 
Methods inherited from interface com.sun.enterprise.ee.cms.core.Signal
acquire, getGroupName, getMemberDetails, getMemberToken, getStartTime, release
 
Methods inherited from interface com.sun.enterprise.ee.cms.core.AliveAndReadySignal
getCurrentView, getPreviousView
 

Method Detail

getEventSubType

GMSConstants.shutdownType getEventSubType()
Planned shutdown events can be one of two types, Group Shutdown or Instance Shutdown. These types are defined in an enum in the class GMSConstants.shutdownType

Returns:
GMSConstants.shutdownType
See Also:
GMSConstants


Copyright © 2010. All Rights Reserved.