Sonic Management API

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

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

public static interface IAbstractContainerBean.IAbstractCentralConnectionType
extends IMgmtSubBeanBase

Inner class representing CentralConnectionType This class extends IMgmtListBase


Method Summary
 java.lang.String getConnectionURLs()
          Get the attribute for ConnectionURLs as a String value.
 IMgmtAttributeMetaData getConnectionURLsMetaData()
          Get the attribute metadata for ConnectionURLs.
 int getConnectTimeout()
          Get the attribute for CONNECT_TIMEOUT as a int value.
 IMgmtAttributeMetaData getConnectTimeoutMetaData()
          Get the attribute metadata for CONNECT_TIMEOUT.
 java.lang.String getDefaultPassword()
          Get the attribute for DefaultPassword as a String value.
 java.lang.String getDefaultPassword(java.lang.String defValue)
          Get the attribute for DefaultPassword as a String value.
 IMgmtAttributeMetaData getDefaultPasswordMetaData()
          Get the attribute metadata for DefaultPassword.
 java.lang.String getDefaultUser()
          Get the attribute for DefaultUser as a String value.
 java.lang.String getDefaultUser(java.lang.String defValue)
          Get the attribute for DefaultUser as a String value.
 IMgmtAttributeMetaData getDefaultUserMetaData()
          Get the attribute metadata for DefaultUser.
 boolean getLoadBalancing()
          Get the attribute for LoadBalancing as a boolean value.
 IMgmtAttributeMetaData getLoadBalancingMetaData()
          Get the attribute metadata for LoadBalancing.
 int getRequestTimeout()
          Get the attribute for REQUEST_TIMEOUT as a int value.
 IMgmtAttributeMetaData getRequestTimeoutMetaData()
          Get the attribute metadata for REQUEST_TIMEOUT.
 int getSocketConnectTimeout()
          Get the attribute for SOCKET_CONNECT_TIMEOUT as a int value.
 IMgmtAttributeMetaData getSocketConnectTimeoutMetaData()
          Get the attribute metadata for SOCKET_CONNECT_TIMEOUT.
 void setConnectionURLs(java.lang.String value)
          Set the attribute for ConnectionURLs to the specified String value.
 void setConnectTimeout(int value)
          Set the attribute for CONNECT_TIMEOUT to the specified int value.
 void setDefaultPassword(java.lang.String value)
          Set the attribute for DefaultPassword to the specified String value.
 void setDefaultUser(java.lang.String value)
          Set the attribute for DefaultUser to the specified String value.
 void setLoadBalancing(boolean value)
          Set the attribute for LoadBalancing to the specified boolean value.
 void setRequestTimeout(int value)
          Set the attribute for REQUEST_TIMEOUT to the specified int value.
 void setSocketConnectTimeout(int value)
          Set the attribute for SOCKET_CONNECT_TIMEOUT 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

getConnectionURLs

java.lang.String getConnectionURLs()
                                   throws MgmtException
Get the attribute for ConnectionURLs as a String value.

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

getConnectionURLsMetaData

IMgmtAttributeMetaData getConnectionURLsMetaData()
                                                 throws MgmtException
Get the attribute metadata for ConnectionURLs.

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

getConnectTimeout

int getConnectTimeout()
                      throws MgmtException
Get the attribute for CONNECT_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

getConnectTimeoutMetaData

IMgmtAttributeMetaData getConnectTimeoutMetaData()
                                                 throws MgmtException
Get the attribute metadata for CONNECT_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

getDefaultPassword

java.lang.String getDefaultPassword()
                                    throws MgmtException
Get the attribute for DefaultPassword 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

getDefaultPassword

java.lang.String getDefaultPassword(java.lang.String defValue)
                                    throws MgmtException
Get the attribute for DefaultPassword 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

getDefaultPasswordMetaData

IMgmtAttributeMetaData getDefaultPasswordMetaData()
                                                  throws MgmtException
Get the attribute metadata for DefaultPassword.

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

getDefaultUser

java.lang.String getDefaultUser()
                                throws MgmtException
Get the attribute for DefaultUser 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

getDefaultUser

java.lang.String getDefaultUser(java.lang.String defValue)
                                throws MgmtException
Get the attribute for DefaultUser 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

getDefaultUserMetaData

IMgmtAttributeMetaData getDefaultUserMetaData()
                                              throws MgmtException
Get the attribute metadata for DefaultUser.

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

getLoadBalancing

boolean getLoadBalancing()
                         throws MgmtException
Get the attribute for LoadBalancing 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

getLoadBalancingMetaData

IMgmtAttributeMetaData getLoadBalancingMetaData()
                                                throws MgmtException
Get the attribute metadata for LoadBalancing.

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

getRequestTimeout

int getRequestTimeout()
                      throws MgmtException
Get the attribute for REQUEST_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

getRequestTimeoutMetaData

IMgmtAttributeMetaData getRequestTimeoutMetaData()
                                                 throws MgmtException
Get the attribute metadata for REQUEST_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

getSocketConnectTimeout

int getSocketConnectTimeout()
                            throws MgmtException
Get the attribute for SOCKET_CONNECT_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

getSocketConnectTimeoutMetaData

IMgmtAttributeMetaData getSocketConnectTimeoutMetaData()
                                                       throws MgmtException
Get the attribute metadata for SOCKET_CONNECT_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

setConnectionURLs

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

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

setConnectTimeout

void setConnectTimeout(int value)
                       throws MgmtException
Set the attribute for CONNECT_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

setDefaultPassword

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

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

setDefaultUser

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

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

setLoadBalancing

void setLoadBalancing(boolean value)
                      throws MgmtException
Set the attribute for LoadBalancing to the specified boolean value.

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

setRequestTimeout

void setRequestTimeout(int value)
                       throws MgmtException
Set the attribute for REQUEST_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

setSocketConnectTimeout

void setSocketConnectTimeout(int value)
                             throws MgmtException
Set the attribute for SOCKET_CONNECT_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

Sonic Management API

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