|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
GroupLeadershipNotificationAction
An Action type that consumes GroupLeadershipNotificationSignal . |
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 |
GroupLeadershipNotificationActionImpl
Reference Implementation of GroupLeadershipNotificationAction |
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 |
JoinedAndReadyNotificationActionFactoryImpl.produceAction()
Produces an Action instance. |
Action |
JoinNotificationActionFactoryImpl.produceAction()
Produces an Action instance. |
Action |
GroupLeadershipNotificationActionFactoryImpl.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |