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

Packages that use Action
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 
 

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

Subinterfaces of Action in com.sun.enterprise.ee.cms.core
 interface FailureNotificationAction
          Implementations of this interface consume FailureNotificationSignals which provide specifics associated with a failed member.
 interface FailureRecoveryAction
          Action type corresponding to a recovery oriented action.Implementations consume a FailureRecoverySignal.
 interface FailureSuspectedAction
          An Action type that consumes FailureSuspectedSignal.
 interface JoinedAndReadyNotificationAction
          An Action type that consumes JoinedAndReadyNotificationSignal.
 interface JoinNotificationAction
          An Action type that consumes JoinNotificationSignal.
 interface MessageAction
          An Action type that consumes MessageSignal.
 interface PlannedShutdownAction
          Implementations of this interface consume a PlannedShutdownNotificationSignal which provides specifics associated with a member that has announced its planned departure from the group.
 

Methods in com.sun.enterprise.ee.cms.core that return Action
 Action ActionFactory.produceAction()
          Produces an Action instance.
 

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

Classes in com.sun.enterprise.ee.cms.impl.client that implement Action
 class FailureNotificationActionImpl
          Reference implementation of the FailureNotificationAction
 class FailureRecoveryActionImpl
          Reference implementation of FailureRecoveryAction interface
 class FailureSuspectedActionImpl
          Reference Implementation of FailureSuspicionAction interface
 class JoinedAndReadyNotificationActionImpl
          Reference Implementation of JoinedAndReadyNotificationAction
 class JoinNotificationActionImpl
          Reference Implementation of JoinNotificationAction
 class MessageActionImpl
          Reference implementation of MessageAction interface.
 class PlannedShutdownActionImpl
          Reference Implementation of PlannedShutdownAction
 

Methods in com.sun.enterprise.ee.cms.impl.client that return Action
 Action PlannedShutdownActionFactoryImpl.produceAction()
          Produces an instance of PlannedShutdownAction.
 Action MessageActionFactoryImpl.produceAction()
          Produces an Action instance.
 Action JoinNotificationActionFactoryImpl.produceAction()
          Produces an Action instance.
 Action JoinedAndReadyNotificationActionFactoryImpl.produceAction()
          Produces an Action instance.
 Action FailureSuspectedActionFactoryImpl.produceAction()
          Produces an Action instance.
 Action FailureRecoveryActionFactoryImpl.produceAction()
          Produces an Action instance.
 Action FailureNotificationActionFactoryImpl.produceAction()
          Produces an Action instance.
 



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