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

All Superinterfaces:
Signal
All Known Implementing Classes:
PlannedShutdownSignalImpl

public interface PlannedShutdownSignal
extends Signal

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: 1.3 $
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
 

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 © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.