Class FailureRecoveryActionImpl

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

    public class FailureRecoveryActionImpl
    extends java.lang.Object
    implements com.sun.enterprise.ee.cms.core.FailureRecoveryAction
    Reference implementation of FailureRecoveryAction interface
    Version:
    $Revision$
    Author:
    Shreedhar Ganapathy Date: Jan 8, 2004
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void consumeSignal​(com.sun.enterprise.ee.cms.core.Signal signal)
      processes the recovery signal.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FailureRecoveryActionImpl

        public FailureRecoveryActionImpl​(com.sun.enterprise.ee.cms.core.CallBack caller)
    • Method Detail

      • consumeSignal

        public void consumeSignal​(com.sun.enterprise.ee.cms.core.Signal signal)
                           throws com.sun.enterprise.ee.cms.core.ActionException
        processes the recovery signal. typically involves getting information from the signal, acquiring the signal and after processing, releasing the signal
        Specified by:
        consumeSignal in interface com.sun.enterprise.ee.cms.core.Action
        Parameters:
        signal - the signal
        Throws:
        com.sun.enterprise.ee.cms.core.ActionException