Package com.sun.enterprise.ee.cms.impl.client

Shoal GMS's reference implementations of the client-side ActionFactory and Action sub-types

See:
          Description

Class Summary
FailureNotificationActionFactoryImpl Reference implementation of FailureNotificationActionFactory
FailureNotificationActionImpl Reference implementation of the FailureNotificationAction
FailureRecoveryActionFactoryImpl Reference implementation of FailureRecoveryActionFactory interface
FailureRecoveryActionImpl Reference implementation of FailureRecoveryAction interface
FailureSuspectedActionFactoryImpl Reference implementation of FailureSuspectedActionFactory
FailureSuspectedActionImpl Reference Implementation of FailureSuspicionAction interface
JoinedAndReadyNotificationActionFactoryImpl Reference Implementation of JoinedAndReadyNotificationActionFactory
JoinedAndReadyNotificationActionImpl Reference Implementation of JoinedAndReadyNotificationAction
JoinNotificationActionFactoryImpl Reference Implementation of JoinNotificationActionFactory
JoinNotificationActionImpl Reference Implementation of JoinNotificationAction
MessageActionFactoryImpl Reference implementation of MessageActionFactory interface.
MessageActionImpl Reference implementation of MessageAction interface.
PlannedShutdownActionFactoryImpl Reference implementation of PlannedShutdownActionFactory.
PlannedShutdownActionImpl Reference Implementation of PlannedShutdownAction
 

Package com.sun.enterprise.ee.cms.impl.client Description

Shoal GMS's reference implementations of the client-side ActionFactory and Action sub-types


This package contains reference implementations of the various Action and ActionFactory sub-type interfaces. These are provided for convenience purposes. Clients are free to have their own implementations of these interfaces should there be a need for a different implementation.

A specific ActionFactory sub type produces a corresponding Action sub type. For instance, a FailureNotificationActionFactory produces a FailureNotificationAction instance. An Action sub type consumes a corresponding Signal sub type. A Signal sub type stands for a specific group event. For instance, the FailureNotificationAction consumes a FailureNotificationSignal. GMS generates a specific Signal sub type's implementation in each member process for a given group event and passes it to the corresponding Action instance(s) in a separate thread.



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