|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemberStates | |
|---|---|
| com.sun.enterprise.ee.cms.core | Shoal GMS's core client API |
| com.sun.enterprise.ee.cms.spi | |
| Uses of MemberStates in com.sun.enterprise.ee.cms.core |
|---|
| Methods in com.sun.enterprise.ee.cms.core that return MemberStates | |
|---|---|
MemberStates |
JoinNotificationSignal.getMemberState()
Provides the current liveness state of the member whose joining the group is being signaled by this JoinNotification Signal. |
MemberStates |
GroupHandle.getMemberState(java.lang.String member)
API for giving the state of the member Calls #getMemberState(String, long, long) with implementation default values for threshold and timeout. |
MemberStates |
GroupHandle.getMemberState(java.lang.String member,
long threshold,
long timeout)
Returns the state of the member. |
| Uses of MemberStates in com.sun.enterprise.ee.cms.spi |
|---|
| Methods in com.sun.enterprise.ee.cms.spi that return MemberStates | |
|---|---|
MemberStates |
GroupCommunicationProvider.getMemberState(java.lang.String memberIdentityToken)
Returns the member state as defined in the Enum MemberStates |
MemberStates |
GroupCommunicationProvider.getMemberState(java.lang.String member,
long threshold,
long timeout)
Returns the state of the member. |
static MemberStates |
MemberStates.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MemberStates[] |
MemberStates.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||