com.sun.enterprise.ee.cms.core
Interface FailureNotificationSignal

All Superinterfaces:
AliveAndReadySignal, Signal
All Known Subinterfaces:
FailureRecoverySignal

public interface FailureNotificationSignal
extends Signal, AliveAndReadySignal

Signal corresponding to FailureNotificationAction. This Signal enables the consumer to get specifics about a failure notification. This Signal type will only be passed to a FailureNotificationAction. This Signal is delivered to registered GMS Clients on all members of the group.

Version:
$Revision: 1109 $
Author:
Shreedhar Ganapathy Date: Jan 8, 2004

Method Summary
 java.lang.String getFailedMemberToken()
          Deprecated.  
 
Methods inherited from interface com.sun.enterprise.ee.cms.core.Signal
acquire, getGroupName, getMemberDetails, getMemberToken, getStartTime, release
 
Methods inherited from interface com.sun.enterprise.ee.cms.core.AliveAndReadySignal
getCurrentView, getPreviousView
 

Method Detail

getFailedMemberToken

java.lang.String getFailedMemberToken()
Deprecated. 

returns the identity token of the failed member

Returns:
java.lang.String


Copyright © 2010. All Rights Reserved.