public interface GroupManagementService
extends org.jvnet.hk2.config.types.PropertyBag, org.glassfish.api.admin.config.ConfigExtension
| Modifier and Type | Method and Description |
|---|---|
FailureDetection |
getFailureDetection()
Gets the value of the groupManagementService property.
|
String |
getFdProtocolMaxTries()
Deprecated.
|
String |
getFdProtocolTimeoutInMillis()
Deprecated.
|
String |
getGroupDiscoveryTimeoutInMillis()
Gets the value of the groupDiscoveryTimeoutInMillis property.
|
String |
getMergeProtocolMaxIntervalInMillis()
Deprecated.
|
String |
getMergeProtocolMinIntervalInMillis()
Deprecated.
|
String |
getPingProtocolTimeoutInMillis()
Deprecated.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
String |
getVsProtocolTimeoutInMillis()
Deprecated.
|
void |
setFailureDetection(FailureDetection value)
Sets the value of the failureDetection property
|
void |
setFdProtocolMaxTries(String value)
Deprecated.
|
void |
setFdProtocolTimeoutInMillis(String value)
Deprecated.
|
void |
setGroupDiscoveryTimeoutInMillis(String value)
Sets the value of the groupDiscoveryTimeoutInMillis property.
|
void |
setMergeProtocolMaxIntervalInMillis(String value)
Deprecated.
|
void |
setMergeProtocolMinIntervalInMillis(String value)
Deprecated.
|
void |
setPingProtocolTimeoutInMillis(String value)
Deprecated.
|
void |
setVsProtocolTimeoutInMillis(String value)
Deprecated.
|
@NotNull FailureDetection getFailureDetection()
GroupManagementServicevoid setFailureDetection(FailureDetection value) throws PropertyVetoException
value - allowed object is
FailureDetectionPropertyVetoException@Min(value=1000L) @Max(value=120000L) String getGroupDiscoveryTimeoutInMillis()
Stringvoid setGroupDiscoveryTimeoutInMillis(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getFdProtocolMaxTries()
String@Deprecated void setFdProtocolMaxTries(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getFdProtocolTimeoutInMillis()
String@Deprecated void setFdProtocolTimeoutInMillis(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getMergeProtocolMaxIntervalInMillis()
String@Deprecated void setMergeProtocolMaxIntervalInMillis(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getMergeProtocolMinIntervalInMillis()
String@Deprecated void setMergeProtocolMinIntervalInMillis(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getPingProtocolTimeoutInMillis()
StringgetGroupDiscoveryTimeoutInMillis()@Deprecated void setPingProtocolTimeoutInMillis(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionsetGroupDiscoveryTimeoutInMillis(String)@Deprecated String getVsProtocolTimeoutInMillis()
String@Deprecated void setVsProtocolTimeoutInMillis(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2013. All Rights Reserved.