Sonic Management API

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

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

public static interface IAbstractDirectoryServiceBean.IAbstractDsReferencesType
extends IMgmtSubBeanBase

Inner class representing DsReferencesType This class extends IMgmtListBase


Method Summary
 IMgmtBeanBase getBackupConfigElementRef()
          Get the attribute for BACKUP_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtBeanBase getBackupConfigElementRef(IMgmtBeanBase defValue)
          Get the attribute for BACKUP_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getBackupConfigElementRefMetaData()
          Get the attribute metadata for BACKUP_CONFIG_ELEMENT_REF.
 IMgmtBeanBase getReplicationConnectionsElementRef()
          Get the attribute for REPLICATION_CONNECTIONS_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtBeanBase getReplicationConnectionsElementRef(IMgmtBeanBase defValue)
          Get the attribute for REPLICATION_CONNECTIONS_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getReplicationConnectionsElementRefMetaData()
          Get the attribute metadata for REPLICATION_CONNECTIONS_ELEMENT_REF.
 void setBackupConfigElementRef(IMgmtBeanBase value)
          Set the attribute for BACKUP_CONFIG_ELEMENT_REF to the specified IMgmtBeanBase value.
 void setReplicationConnectionsElementRef(IMgmtBeanBase value)
          Set the attribute for REPLICATION_CONNECTIONS_ELEMENT_REF to the specified IMgmtBeanBase 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

getBackupConfigElementRef

IMgmtBeanBase getBackupConfigElementRef()
                                        throws MgmtException
Get the attribute for BACKUP_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getBackupConfigElementRef

IMgmtBeanBase getBackupConfigElementRef(IMgmtBeanBase defValue)
                                        throws MgmtException
Get the attribute for BACKUP_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The IMgmtBeanBase value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getBackupConfigElementRefMetaData

IMgmtAttributeMetaData getBackupConfigElementRefMetaData()
                                                         throws MgmtException
Get the attribute metadata for BACKUP_CONFIG_ELEMENT_REF.

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

getReplicationConnectionsElementRef

IMgmtBeanBase getReplicationConnectionsElementRef()
                                                  throws MgmtException
Get the attribute for REPLICATION_CONNECTIONS_ELEMENT_REF as a IMgmtBeanBase value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getReplicationConnectionsElementRef

IMgmtBeanBase getReplicationConnectionsElementRef(IMgmtBeanBase defValue)
                                                  throws MgmtException
Get the attribute for REPLICATION_CONNECTIONS_ELEMENT_REF as a IMgmtBeanBase value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The IMgmtBeanBase value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getReplicationConnectionsElementRefMetaData

IMgmtAttributeMetaData getReplicationConnectionsElementRefMetaData()
                                                                   throws MgmtException
Get the attribute metadata for REPLICATION_CONNECTIONS_ELEMENT_REF.

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

setBackupConfigElementRef

void setBackupConfigElementRef(IMgmtBeanBase value)
                               throws MgmtException
Set the attribute for BACKUP_CONFIG_ELEMENT_REF to the specified IMgmtBeanBase value.

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

setReplicationConnectionsElementRef

void setReplicationConnectionsElementRef(IMgmtBeanBase value)
                                         throws MgmtException
Set the attribute for REPLICATION_CONNECTIONS_ELEMENT_REF to the specified IMgmtBeanBase value.

Parameters:
value - The IMgmtBeanBase 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.