|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractContainerBean.IAbstractCentralConnectionType
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 |
|---|
java.lang.String getConnectionURLs()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getConnectionURLsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getConnectTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getConnectTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getDefaultPassword()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getDefaultPassword(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getDefaultPasswordMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getDefaultUser()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getDefaultUser(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getDefaultUserMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getLoadBalancing()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLoadBalancingMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getRequestTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRequestTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getSocketConnectTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getSocketConnectTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setConnectionURLs(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setConnectTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setDefaultPassword(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setDefaultUser(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLoadBalancing(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setRequestTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setSocketConnectTimeout(int value)
throws MgmtException
value - The int 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 | |||||||