com.sun.enterprise.ee.cms.impl.client
Class FailureNotificationActionImpl

java.lang.Object
  extended by com.sun.enterprise.ee.cms.impl.client.FailureNotificationActionImpl
All Implemented Interfaces:
Action, FailureNotificationAction

public class FailureNotificationActionImpl
extends Object
implements FailureNotificationAction

Reference implementation of the FailureNotificationAction

Version:
$Revision: 1.2 $
Author:
Shreedhar Ganapathy, Masood Mortazavi Date: Jan 8, 2004

Constructor Summary
FailureNotificationActionImpl(CallBack caller)
           
 
Method Summary
 void consumeSignal(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(CallBack caller)
Method Detail

consumeSignal

public void consumeSignal(Signal signal)
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 -


Copyright © 2003 Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.