Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractContainerBean.IAbstractConnectionType

All Superinterfaces:
IAbstractContainerBean.IAbstractCentralConnectionType, IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IContainerBean.IConnectionType
Enclosing interface:
IAbstractContainerBean

public static interface IAbstractContainerBean.IAbstractConnectionType
extends IAbstractContainerBean.IAbstractCentralConnectionType

Inner class representing ConnectionType This has been manually modified to extend IAbstractCentralConnectionType instead of IMgmtListBase. This was done as the connection and central connection have same fields except for MANAGEMENT_NODE is missing in central connection. This class extends IAbstractCentralConnectionType


Method Summary
 java.lang.String getManagementNode()
          Get the attribute for MANAGEMENT_NODE as a String value.
 java.lang.String getManagementNode(java.lang.String defValue)
          Get the attribute for MANAGEMENT_NODE as a String value.
 IMgmtAttributeMetaData getManagementNodeMetaData()
          Get the attribute metadata for MANAGEMENT_NODE.
 void setManagementNode(java.lang.String value)
          Set the attribute for MANAGEMENT_NODE to the specified String value.
 
Methods inherited from interface com.sonicsw.mf.mgmtapi.config.gen.IAbstractContainerBean.IAbstractCentralConnectionType
getConnectionURLs, getConnectionURLsMetaData, getConnectTimeout, getConnectTimeoutMetaData, getDefaultPassword, getDefaultPassword, getDefaultPasswordMetaData, getDefaultUser, getDefaultUser, getDefaultUserMetaData, getLoadBalancing, getLoadBalancingMetaData, getRequestTimeout, getRequestTimeoutMetaData, getSocketConnectTimeout, getSocketConnectTimeoutMetaData, setConnectionURLs, setConnectTimeout, setDefaultPassword, setDefaultUser, setLoadBalancing, setRequestTimeout, setSocketConnectTimeout
 
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

getManagementNode

java.lang.String getManagementNode()
                                   throws MgmtException
Get the attribute for MANAGEMENT_NODE as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getManagementNode

java.lang.String getManagementNode(java.lang.String defValue)
                                   throws MgmtException
Get the attribute for MANAGEMENT_NODE as a String 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 String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getManagementNodeMetaData

IMgmtAttributeMetaData getManagementNodeMetaData()
                                                 throws MgmtException
Get the attribute metadata for MANAGEMENT_NODE.

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

setManagementNode

void setManagementNode(java.lang.String value)
                       throws MgmtException
Set the attribute for MANAGEMENT_NODE to the specified String value.

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