|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractReplicationParametersType
Inner class representing ReplicationParametersType This class extends IMgmtListBase
| Method Summary | |
|---|---|
int |
getConnectTimeout()
Get the attribute for CONNECT_TIMEOUT as a int value. |
IMgmtAttributeMetaData |
getConnectTimeoutMetaData()
Get the attribute metadata for CONNECT_TIMEOUT. |
int |
getFailureDetectTimeout()
Get the attribute for FAILURE_DETECT_TIMEOUT as a int value. |
IMgmtAttributeMetaData |
getFailureDetectTimeoutMetaData()
Get the attribute metadata for FAILURE_DETECT_TIMEOUT. |
int |
getPingInterval()
Get the attribute for PING_INTERVAL as a int value. |
IMgmtAttributeMetaData |
getPingIntervalMetaData()
Get the attribute metadata for PING_INTERVAL. |
int |
getPingTimeout()
Get the attribute for PING_TIMEOUT as a int value. |
IMgmtAttributeMetaData |
getPingTimeoutMetaData()
Get the attribute metadata for PING_TIMEOUT. |
boolean |
getReplicatePersistent()
Get the attribute for REPLICATE_PERSISTENT as a boolean value. |
IMgmtAttributeMetaData |
getReplicatePersistentMetaData()
Get the attribute metadata for REPLICATE_PERSISTENT. |
int |
getRetryInterval()
Get the attribute for RETRY_INTERVAL as a int value. |
IMgmtAttributeMetaData |
getRetryIntervalMetaData()
Get the attribute metadata for RETRY_INTERVAL. |
void |
setConnectTimeout(int value)
Set the attribute for CONNECT_TIMEOUT to the specified int value. |
void |
setFailureDetectTimeout(int value)
Set the attribute for FAILURE_DETECT_TIMEOUT to the specified int value. |
void |
setPingInterval(int value)
Set the attribute for PING_INTERVAL to the specified int value. |
void |
setPingTimeout(int value)
Set the attribute for PING_TIMEOUT to the specified int value. |
void |
setReplicatePersistent(boolean value)
Set the attribute for REPLICATE_PERSISTENT to the specified boolean value. |
void |
setRetryInterval(int value)
Set the attribute for RETRY_INTERVAL to the specified int value. |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase |
|---|
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase |
|---|
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute |
| Method Detail |
|---|
int getConnectTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getConnectTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getFailureDetectTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getFailureDetectTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getPingInterval()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPingIntervalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getPingTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPingTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getReplicatePersistent()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getReplicatePersistentMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getRetryInterval()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRetryIntervalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setConnectTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setFailureDetectTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPingInterval(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPingTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setReplicatePersistent(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setRetryInterval(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||