|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Signal | |
|---|---|
| com.sun.enterprise.ee.cms.core | Shoal GMS's core client API |
| 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 that return Signal | |
|---|---|
Signal |
AliveAndReadyView.getSignal()
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||