public class MembershipAttributesData
extends java.lang.Object
Region
.Constructor and Description |
---|
MembershipAttributesData(java.util.Set<java.lang.String> requiredRoles,
java.lang.String lossAction,
java.lang.String resumptionAction)
Deprecated.
This constructor is to be used by internal JMX framework only.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLossAction()
Deprecated.
Returns the policy that describes the action to take if any required roles are missing.
|
java.util.Set<java.lang.String> |
getRequiredRoles()
Deprecated.
Returns the set of Roles that are required for the reliability of this region.
|
java.lang.String |
getResumptionAction()
Deprecated.
Returns the policy that describes the action to take when resuming from missing roles.
|
java.lang.String |
toString()
Deprecated.
String representation of MembershipAttributesData
|
@ConstructorProperties(value={"requiredRoles","lossAction","resumptionAction"}) public MembershipAttributesData(java.util.Set<java.lang.String> requiredRoles, java.lang.String lossAction, java.lang.String resumptionAction)
requiredRoles
- Array of required role names by this process for reliable access to the
regionlossAction
- The configuration defining how this process behaves when there are missing
required rolesresumptionAction
- The action to take when missing required roles return to the systempublic java.util.Set<java.lang.String> getRequiredRoles()
public java.lang.String getLossAction()
public java.lang.String getResumptionAction()
public java.lang.String toString()
toString
in class java.lang.Object