Uses of Interface
com.sun.enterprise.ee.cms.core.Signal

Packages that use Signal
com.sun.enterprise.ee.cms.core Shoal GMS's core client API 
com.sun.enterprise.ee.cms.impl.client Shoal GMS's reference implementations of the client-side ActionFactory and Action sub-types 
com.sun.enterprise.ee.cms.impl.common   
com.sun.enterprise.ee.cms.tests   
com.sun.enterprise.ee.cms.tests.checkgroupshutdown   
com.sun.enterprise.ee.cms.tests.multigroupjoin   
com.sun.enterprise.ee.cms.tests.p2pmessagesend   
 

Uses of Signal in com.sun.enterprise.ee.cms.core
 

Subinterfaces of Signal in com.sun.enterprise.ee.cms.core
 interface FailureNotificationSignal
          Signal corresponding to FailureNotificationAction.
 interface FailureRecoverySignal
          Specific to recovery related signal.
 interface FailureSuspectedSignal
          Provides notification of a member's suspected (unconfirmed) failure.
 interface GroupLeadershipNotificationSignal
          Signal corresponding to GroupLeadershipNotificationAction.
 interface JoinedAndReadyNotificationSignal
          Signal corresponding to JoinedAndReadyNotificationAction.
 interface JoinNotificationSignal
          Signal corresponding to JoinNotificationAction.
 interface MessageSignal
          A Signal type that enables consumers to acquire the MessageSignal, get the message( i.e payload), perform appropriate operations and then release the signal to the signal pool.
 interface PlannedShutdownSignal
          Signal corresponding to PlannedShutdownAction.
 

Methods in com.sun.enterprise.ee.cms.core with parameters of type Signal
 void Action.consumeSignal(Signal signal)
          Implementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.
 void CallBack.processNotification(Signal notification)
           
 

Uses of Signal in com.sun.enterprise.ee.cms.impl.client
 

Methods in com.sun.enterprise.ee.cms.impl.client with parameters of type Signal
 void PlannedShutdownActionImpl.consumeSignal(Signal s)
          Implementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.
 void JoinedAndReadyNotificationActionImpl.consumeSignal(Signal s)
          Implementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.
 void JoinNotificationActionImpl.consumeSignal(Signal s)
          Implementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.
 void MessageActionImpl.consumeSignal(Signal signal)
          Implementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.
 void GroupLeadershipNotificationActionImpl.consumeSignal(Signal s)
          Implementations of consumeSignal should strive to return control promptly back to the thread that has delivered the Signal.
 void FailureSuspectedActionImpl.consumeSignal(Signal signal)
          processes the signal.
 void FailureRecoveryActionImpl.consumeSignal(Signal signal)
          processes the recovery signal.
 void FailureNotificationActionImpl.consumeSignal(Signal signal)
          processes the recovery signal.
 

Uses of Signal in com.sun.enterprise.ee.cms.impl.common
 

Classes in com.sun.enterprise.ee.cms.impl.common that implement Signal
 class FailureNotificationSignalImpl
          Implements FailureNotificationSignal
 class FailureRecoverySignalImpl
          Implements the FailureRecoverySignal Interface and provides operations corresponding to a recovery oriented Signal's behavior
 class FailureSuspectedSignalImpl
           
 class GroupLeadershipNotificationSignalImpl
          Implements GroupLeadershipNotificationSignal
 class JoinedAndReadyNotificationSignalImpl
          Implements JoinedAndReadyNotificationSignal
 class JoinNotificationSignalImpl
          Implementation of JoinNotificationSignal
 class MessageSignalImpl
          Implements MessageSignal and provides methods to access message sent by a remote member.
 class PlannedShutdownSignalImpl
          Implementation of PlannedShutdownSignal.
 

Constructors in com.sun.enterprise.ee.cms.impl.common with parameters of type Signal
SignalPacket(Signal signal)
           
SignalPacket(Signal[] signals)
           
 

Uses of Signal in com.sun.enterprise.ee.cms.tests
 

Methods in com.sun.enterprise.ee.cms.tests with parameters of type Signal
 void GMSClientService.processNotification(Signal notification)
           
 void ApplicationServer.processNotification(Signal notification)
           
 

Uses of Signal in com.sun.enterprise.ee.cms.tests.checkgroupshutdown
 

Methods in com.sun.enterprise.ee.cms.tests.checkgroupshutdown with parameters of type Signal
 void CheckIfGroupShuttingDownTest.processNotification(Signal notification)
           
 

Uses of Signal in com.sun.enterprise.ee.cms.tests.multigroupjoin
 

Methods in com.sun.enterprise.ee.cms.tests.multigroupjoin with parameters of type Signal
 void MultiGroupJoinTest.processNotification(Signal signal)
           
 

Uses of Signal in com.sun.enterprise.ee.cms.tests.p2pmessagesend
 

Methods in com.sun.enterprise.ee.cms.tests.p2pmessagesend with parameters of type Signal
 void P2PMessageSendAndReceive.processNotification(Signal signal)
           
 



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