|
||||||||||
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.impl.common | |
com.sun.enterprise.ee.cms.impl.jxta | |
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 signalled by this JoinNotification Signal. |
MemberStates |
GroupHandle.getMemberState(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(String member,
long threshold,
long timeout)
Returns the state of the member. |
Uses of MemberStates in com.sun.enterprise.ee.cms.impl.common |
---|
Methods in com.sun.enterprise.ee.cms.impl.common that return MemberStates | |
---|---|
MemberStates |
JoinNotificationSignalImpl.getMemberState()
|
Uses of MemberStates in com.sun.enterprise.ee.cms.impl.jxta |
---|
Methods in com.sun.enterprise.ee.cms.impl.jxta that return MemberStates | |
---|---|
MemberStates |
GroupHandleImpl.getMemberState(String member)
|
MemberStates |
GroupCommunicationProviderImpl.getMemberState(String memberIdentityToken)
|
MemberStates |
GroupHandleImpl.getMemberState(String member,
long threshold,
long timeout)
|
MemberStates |
GroupCommunicationProviderImpl.getMemberState(String member,
long threshold,
long timeout)
|
Uses of MemberStates in com.sun.enterprise.ee.cms.spi |
---|
Methods in com.sun.enterprise.ee.cms.spi that return MemberStates | |
---|---|
MemberStates |
GroupCommunicationProvider.getMemberState(String memberIdentityToken)
Returns the member state as defined in the Enum MemberStates |
MemberStates |
GroupCommunicationProvider.getMemberState(String member,
long threshold,
long timeout)
Returns the state of the member. |
static MemberStates |
MemberStates.valueOf(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're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |