|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractTuningParametersType
Inner class representing TuningParametersType This class extends IMgmtListBase
| Method Summary | |
|---|---|
long |
getClientReconnectTimeout()
Get the attribute for CLIENT_RECONNECT_TIMEOUT as a long value. |
IMgmtAttributeMetaData |
getClientReconnectTimeoutMetaData()
Get the attribute metadata for CLIENT_RECONNECT_TIMEOUT. |
java.lang.String |
getDomainSuffixSearchOrder()
Get the attribute for DOMAIN_SUFFIX_SEARCH_ORDER as a String value. |
java.lang.String |
getDomainSuffixSearchOrder(java.lang.String defValue)
Get the attribute for DOMAIN_SUFFIX_SEARCH_ORDER as a String value. |
IMgmtAttributeMetaData |
getDomainSuffixSearchOrderMetaData()
Get the attribute metadata for DOMAIN_SUFFIX_SEARCH_ORDER. |
int |
getMaxConnections()
Get the attribute for MAX_CONNECTIONS as a int value. |
int |
getMaxConnections(int defValue)
Get the attribute for MAX_CONNECTIONS as a int value. |
IMgmtAttributeMetaData |
getMaxConnectionsMetaData()
Get the attribute metadata for MAX_CONNECTIONS. |
boolean |
getTcpNodelay()
Get the attribute for TCP_NODELAY as a boolean value. |
IMgmtAttributeMetaData |
getTcpNodelayMetaData()
Get the attribute metadata for TCP_NODELAY. |
void |
setClientReconnectTimeout(long value)
Set the attribute for CLIENT_RECONNECT_TIMEOUT to the specified long value. |
void |
setDomainSuffixSearchOrder(java.lang.String value)
Set the attribute for DOMAIN_SUFFIX_SEARCH_ORDER to the specified String value. |
void |
setMaxConnections(int value)
Set the attribute for MAX_CONNECTIONS to the specified int value. |
void |
setTcpNodelay(boolean value)
Set the attribute for TCP_NODELAY to the specified boolean 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 |
|---|
long getClientReconnectTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getClientReconnectTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getDomainSuffixSearchOrder()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getDomainSuffixSearchOrder(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 getDomainSuffixSearchOrderMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getMaxConnections()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
int getMaxConnections(int 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 getMaxConnectionsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getTcpNodelay()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getTcpNodelayMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setClientReconnectTimeout(long value)
throws MgmtException
value - The long value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setDomainSuffixSearchOrder(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMaxConnections(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setTcpNodelay(boolean value)
throws MgmtException
value - The boolean 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 | |||||||