com.sun.enterprise.ee.cms.impl.client
Class FailureRecoveryActionImpl
java.lang.Object
com.sun.enterprise.ee.cms.impl.client.FailureRecoveryActionImpl
- All Implemented Interfaces:
- Action, FailureRecoveryAction
public class FailureRecoveryActionImpl
- extends Object
- implements FailureRecoveryAction
Reference implementation of FailureRecoveryAction interface
- Version:
- $Revision: 1.3 $
- Author:
- Shreedhar Ganapathy
Date: Jan 8, 2004
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailureRecoveryActionImpl
public FailureRecoveryActionImpl(CallBack caller)
consumeSignal
public void consumeSignal(Signal signal)
throws 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 Action
- Parameters:
signal
-
- Throws:
ActionException
- thrown when a exception condition occurs
wihle the Signal is consumed.
Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.