Class FailureSuspectedActionImpl

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

    public class FailureSuspectedActionImpl
    extends java.lang.Object
    implements com.sun.enterprise.ee.cms.core.FailureSuspectedAction
    Reference Implementation of FailureSuspicionAction interface
    Version:
    $Revision$
    Author:
    Shreedhar Ganapathy Date: Sep 21, 2005
    • Constructor Summary

      Constructors 
      Constructor Description
      FailureSuspectedActionImpl​(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 signal.
      • Methods inherited from class java.lang.Object

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

      • FailureSuspectedActionImpl

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

      • consumeSignal

        public void consumeSignal​(com.sun.enterprise.ee.cms.core.Signal signal)
        processes the 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