Class PlannedShutdownActionImpl

  • All Implemented Interfaces:
    com.sun.enterprise.ee.cms.core.Action, com.sun.enterprise.ee.cms.core.PlannedShutdownAction

    public class PlannedShutdownActionImpl
    extends java.lang.Object
    implements com.sun.enterprise.ee.cms.core.PlannedShutdownAction
    Reference Implementation of PlannedShutdownAction
    Version:
    $Revision$
    Author:
    Shreedhar Ganapathy Date: Mar 15, 2005
    • Constructor Summary

      Constructors 
      Constructor Description
      PlannedShutdownActionImpl​(com.sun.enterprise.ee.cms.core.CallBack callBack)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void consumeSignal​(com.sun.enterprise.ee.cms.core.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​(com.sun.enterprise.ee.cms.core.CallBack callBack)
    • Method Detail

      • consumeSignal

        public void consumeSignal​(com.sun.enterprise.ee.cms.core.Signal s)
                           throws com.sun.enterprise.ee.cms.core.ActionException
        Implementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.
        Specified by:
        consumeSignal in interface com.sun.enterprise.ee.cms.core.Action
        Throws:
        com.sun.enterprise.ee.cms.core.ActionException