Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractDirectoryServiceBean.IAbstractReplicationParametersType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IDirectoryServiceBean.IReplicationParametersType
Enclosing interface:
IAbstractDirectoryServiceBean

public static interface IAbstractDirectoryServiceBean.IAbstractReplicationParametersType
extends IMgmtSubBeanBase

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

createSslParameters

IDirectoryServiceBean.ISslParametersType createSslParameters()
                                                             throws MgmtException
Create an instance of an ISslParametersType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setSslParameters method.

Returns:
The new ISslParametersType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

getBackupFailoverReadOnly

boolean getBackupFailoverReadOnly()
                                  throws MgmtException
Get the attribute for BACKUP_FAILOVER_READ_ONLY as a boolean value.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getBackupFailoverReadOnlyMetaData

IMgmtAttributeMetaData getBackupFailoverReadOnlyMetaData()
                                                         throws MgmtException
Get the attribute metadata for BACKUP_FAILOVER_READ_ONLY.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getDualActiveResolution

boolean getDualActiveResolution()
                                throws MgmtException
Get the attribute for DUAL_ACTIVE_RESOLUTION as a boolean value.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getDualActiveResolutionMetaData

IMgmtAttributeMetaData getDualActiveResolutionMetaData()
                                                       throws MgmtException
Get the attribute metadata for DUAL_ACTIVE_RESOLUTION.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getFailureDetectionTimeout

int getFailureDetectionTimeout()
                               throws MgmtException
Get the attribute for FAILURE_DETECTION_TIMEOUT as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getFailureDetectionTimeoutMetaData

IMgmtAttributeMetaData getFailureDetectionTimeoutMetaData()
                                                          throws MgmtException
Get the attribute metadata for FAILURE_DETECTION_TIMEOUT.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getMaxReplicationLogSize

int getMaxReplicationLogSize()
                             throws MgmtException
Get the attribute for MAX_REPLICATION_LOG_SIZE as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getMaxReplicationLogSizeMetaData

IMgmtAttributeMetaData getMaxReplicationLogSizeMetaData()
                                                        throws MgmtException
Get the attribute metadata for MAX_REPLICATION_LOG_SIZE.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getPingInterval

int getPingInterval()
                    throws MgmtException
Get the attribute for PING_INTERVAL as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getPingIntervalMetaData

IMgmtAttributeMetaData getPingIntervalMetaData()
                                               throws MgmtException
Get the attribute metadata for PING_INTERVAL.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getReplicationTimeout

int getReplicationTimeout()
                          throws MgmtException
Get the attribute for REPLICATION_TIMEOUT as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getReplicationTimeoutMetaData

IMgmtAttributeMetaData getReplicationTimeoutMetaData()
                                                     throws MgmtException
Get the attribute metadata for REPLICATION_TIMEOUT.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getRetryInterval

int getRetryInterval()
                     throws MgmtException
Get the attribute for RETRY_INTERVAL as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getRetryIntervalMetaData

IMgmtAttributeMetaData getRetryIntervalMetaData()
                                                throws MgmtException
Get the attribute metadata for RETRY_INTERVAL.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getSslParameters

IDirectoryServiceBean.ISslParametersType getSslParameters()
                                                          throws MgmtException
Get the attribute for SSL_PARAMETERS.

Returns:
The ISslParametersType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslParametersMetaData

IMgmtAttributeMetaData getSslParametersMetaData()
                                                throws MgmtException
Get the attribute metadata for SSL_PARAMETERS.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

setBackupFailoverReadOnly

void setBackupFailoverReadOnly(boolean value)
                               throws MgmtException
Set the attribute for BACKUP_FAILOVER_READ_ONLY to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setDualActiveResolution

void setDualActiveResolution(boolean value)
                             throws MgmtException
Set the attribute for DUAL_ACTIVE_RESOLUTION to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setFailureDetectionTimeout

void setFailureDetectionTimeout(int value)
                                throws MgmtException
Set the attribute for FAILURE_DETECTION_TIMEOUT to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setMaxReplicationLogSize

void setMaxReplicationLogSize(int value)
                              throws MgmtException
Set the attribute for MAX_REPLICATION_LOG_SIZE to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setPingInterval

void setPingInterval(int value)
                     throws MgmtException
Set the attribute for PING_INTERVAL to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setReplicationTimeout

void setReplicationTimeout(int value)
                           throws MgmtException
Set the attribute for REPLICATION_TIMEOUT to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setRetryInterval

void setRetryInterval(int value)
                      throws MgmtException
Set the attribute for RETRY_INTERVAL to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setSslParameters

void setSslParameters(IDirectoryServiceBean.ISslParametersType value)
                      throws MgmtException
Set the attribute for SSL_PARAMETERS to the specified ISslParametersType value.

Parameters:
value - The ISslParametersType value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.