|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is returned to provide the current state of a group.
Field Summary | |
---|---|
static int |
GROUP_STATE_ERROR
This means the current group state is in error (for example multiple policies match the group). |
static int |
GROUP_STATE_OK
This means the current group state is good. |
static int |
QUORUM_ACHIEVED
This means quorum support is enabled and the group has quorum. |
static int |
QUORUM_DISABLED
This means quorum support is disabled for this group. |
static int |
QUORUM_FORCED
This means quorum has been forced true, regardless of the actual number of members. |
static int |
QUORUM_UNKNOWN
This means quorum state is indeterminate |
static int |
QUORUM_WAITING
This means quorum support is enabled and the group is waiting for enough members to achieve quorum. |
Method Summary | |
---|---|
com.ibm.wsspi.hamanager.GroupName |
getGroupName()
|
int |
getGroupState()
This returns one of the GROUP_STATE_* values. |
GroupMemberData[] |
getMemberData()
This returns the member data for the group. |
java.lang.String[] |
getPolicyNames()
This returns the name of the policy managing this group. |
int |
getQuorumState()
This returns one of the QUORUM_* values. |
Field Detail |
public static final int QUORUM_UNKNOWN
public static final int QUORUM_DISABLED
public static final int QUORUM_WAITING
public static final int QUORUM_ACHIEVED
public static final int QUORUM_FORCED
public static final int GROUP_STATE_OK
public static final int GROUP_STATE_ERROR
Method Detail |
public com.ibm.wsspi.hamanager.GroupName getGroupName()
public java.lang.String[] getPolicyNames()
public int getQuorumState()
public int getGroupState()
public GroupMemberData[] getMemberData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |