Class FailureNotificationActionImpl
- java.lang.Object
-
- com.sun.enterprise.ee.cms.impl.client.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.FailureNotificationActionReference implementation of the FailureNotificationAction- Version:
- $Revision$
- Author:
- Shreedhar Ganapathy, Masood Mortazavi Date: Jan 8, 2004
-
-
Constructor Summary
Constructors Constructor Description FailureNotificationActionImpl(com.sun.enterprise.ee.cms.core.CallBack caller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsumeSignal(com.sun.enterprise.ee.cms.core.Signal signal)processes the recovery signal.
-
-
-
Method Detail
-
consumeSignal
public void consumeSignal(com.sun.enterprise.ee.cms.core.Signal signal) throws com.sun.enterprise.ee.cms.core.ActionExceptionprocesses the recovery signal. typically involves getting information from the signal, acquiring the signal and after processing, releasing the signal- Specified by:
consumeSignalin interfacecom.sun.enterprise.ee.cms.core.Action- Parameters:
signal- the signal- Throws:
com.sun.enterprise.ee.cms.core.ActionException
-
-