Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractBrokerBean.IAbstractTuningParametersType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IBrokerBean.ITuningParametersType
Enclosing interface:
IAbstractBrokerBean

public static interface IAbstractBrokerBean.IAbstractTuningParametersType
extends IMgmtSubBeanBase

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

getClientReconnectTimeout

long getClientReconnectTimeout()
                               throws MgmtException
Get the attribute for CLIENT_RECONNECT_TIMEOUT as a long value.

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

getClientReconnectTimeoutMetaData

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

getDomainSuffixSearchOrder

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

getDomainSuffixSearchOrder

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

getDomainSuffixSearchOrderMetaData

IMgmtAttributeMetaData getDomainSuffixSearchOrderMetaData()
                                                          throws MgmtException
Get the attribute metadata for DOMAIN_SUFFIX_SEARCH_ORDER.

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

getMaxConnections

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

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

getMaxConnections

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

getMaxConnectionsMetaData

IMgmtAttributeMetaData getMaxConnectionsMetaData()
                                                 throws MgmtException
Get the attribute metadata for MAX_CONNECTIONS.

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

getTcpNodelay

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

getTcpNodelayMetaData

IMgmtAttributeMetaData getTcpNodelayMetaData()
                                             throws MgmtException
Get the attribute metadata for TCP_NODELAY.

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

setClientReconnectTimeout

void setClientReconnectTimeout(long value)
                               throws MgmtException
Set the attribute for CLIENT_RECONNECT_TIMEOUT to the specified long value.

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

setDomainSuffixSearchOrder

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

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

setMaxConnections

void setMaxConnections(int value)
                       throws MgmtException
Set the attribute for MAX_CONNECTIONS to the specified int value.

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

setTcpNodelay

void setTcpNodelay(boolean value)
                   throws MgmtException
Set the attribute for TCP_NODELAY to the specified boolean value.

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