|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractDirectoryServiceBean.IAbstractReplicationParametersType
Inner class representing ReplicationParametersType This class extends IMgmtListBase
| Method Summary | |
|---|---|
IDirectoryServiceBean.ISslParametersType |
createSslParameters()
Create an instance of an ISslParametersType attribute. |
boolean |
getBackupFailoverReadOnly()
Get the attribute for BACKUP_FAILOVER_READ_ONLY as a boolean value. |
IMgmtAttributeMetaData |
getBackupFailoverReadOnlyMetaData()
Get the attribute metadata for BACKUP_FAILOVER_READ_ONLY. |
boolean |
getDualActiveResolution()
Get the attribute for DUAL_ACTIVE_RESOLUTION as a boolean value. |
IMgmtAttributeMetaData |
getDualActiveResolutionMetaData()
Get the attribute metadata for DUAL_ACTIVE_RESOLUTION. |
int |
getFailureDetectionTimeout()
Get the attribute for FAILURE_DETECTION_TIMEOUT as a int value. |
IMgmtAttributeMetaData |
getFailureDetectionTimeoutMetaData()
Get the attribute metadata for FAILURE_DETECTION_TIMEOUT. |
int |
getMaxReplicationLogSize()
Get the attribute for MAX_REPLICATION_LOG_SIZE as a int value. |
IMgmtAttributeMetaData |
getMaxReplicationLogSizeMetaData()
Get the attribute metadata for MAX_REPLICATION_LOG_SIZE. |
int |
getPingInterval()
Get the attribute for PING_INTERVAL as a int value. |
IMgmtAttributeMetaData |
getPingIntervalMetaData()
Get the attribute metadata for PING_INTERVAL. |
int |
getReplicationTimeout()
Get the attribute for REPLICATION_TIMEOUT as a int value. |
IMgmtAttributeMetaData |
getReplicationTimeoutMetaData()
Get the attribute metadata for REPLICATION_TIMEOUT. |
int |
getRetryInterval()
Get the attribute for RETRY_INTERVAL as a int value. |
IMgmtAttributeMetaData |
getRetryIntervalMetaData()
Get the attribute metadata for RETRY_INTERVAL. |
IDirectoryServiceBean.ISslParametersType |
getSslParameters()
Get the attribute for SSL_PARAMETERS. |
IMgmtAttributeMetaData |
getSslParametersMetaData()
Get the attribute metadata for SSL_PARAMETERS. |
void |
setBackupFailoverReadOnly(boolean value)
Set the attribute for BACKUP_FAILOVER_READ_ONLY to the specified boolean value. |
void |
setDualActiveResolution(boolean value)
Set the attribute for DUAL_ACTIVE_RESOLUTION to the specified boolean value. |
void |
setFailureDetectionTimeout(int value)
Set the attribute for FAILURE_DETECTION_TIMEOUT to the specified int value. |
void |
setMaxReplicationLogSize(int value)
Set the attribute for MAX_REPLICATION_LOG_SIZE to the specified int value. |
void |
setPingInterval(int value)
Set the attribute for PING_INTERVAL to the specified int value. |
void |
setReplicationTimeout(int value)
Set the attribute for REPLICATION_TIMEOUT to the specified int value. |
void |
setRetryInterval(int value)
Set the attribute for RETRY_INTERVAL to the specified int value. |
void |
setSslParameters(IDirectoryServiceBean.ISslParametersType value)
Set the attribute for SSL_PARAMETERS to the specified ISslParametersType 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 |
|---|
IDirectoryServiceBean.ISslParametersType createSslParameters()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
boolean getBackupFailoverReadOnly()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getBackupFailoverReadOnlyMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getDualActiveResolution()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getDualActiveResolutionMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getFailureDetectionTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getFailureDetectionTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getMaxReplicationLogSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMaxReplicationLogSizeMetaData()
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 getReplicationTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getReplicationTimeoutMetaData()
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
IDirectoryServiceBean.ISslParametersType getSslParameters()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getSslParametersMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
void setBackupFailoverReadOnly(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setDualActiveResolution(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setFailureDetectionTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMaxReplicationLogSize(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 setReplicationTimeout(int value)
throws MgmtException
value - The int 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
void setSslParameters(IDirectoryServiceBean.ISslParametersType value)
throws MgmtException
value - The ISslParametersType 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 | |||||||