Class FailureNotificationActionImpl

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

    public class FailureNotificationActionImpl
    extends java.lang.Object
    implements com.sun.enterprise.ee.cms.core.FailureNotificationAction
    Reference implementation of the FailureNotificationAction
    Version:
    $Revision$
    Author:
    Shreedhar Ganapathy, Masood Mortazavi Date: Jan 8, 2004
    • 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

      • FailureNotificationActionImpl

        public FailureNotificationActionImpl​(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