com.sun.enterprise.ee.cms.impl.client
Class PlannedShutdownActionImpl

java.lang.Object
  extended by com.sun.enterprise.ee.cms.impl.client.PlannedShutdownActionImpl
All Implemented Interfaces:
Action, PlannedShutdownAction

public class PlannedShutdownActionImpl
extends Object
implements PlannedShutdownAction

Reference Implementation of PlannedShutdownAction

Version:
$Revision: 1.3 $
Author:
Shreedhar Ganapathy Date: Mar 15, 2005

Constructor Summary
PlannedShutdownActionImpl(CallBack callBack)
           
 
Method Summary
 void consumeSignal(Signal s)
          Implementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlannedShutdownActionImpl

public PlannedShutdownActionImpl(CallBack callBack)
Method Detail

consumeSignal

public void consumeSignal(Signal s)
                   throws ActionException
Implementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.

Specified by:
consumeSignal in interface Action
Parameters:
s - A Signal specifying a particular event in the group
Throws:
ActionException - thrown when a exception condition occurs wihle the Signal is consumed.


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