Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractAcceptorsBean.IAbstractHttpParametersType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IAcceptorsBean.IHttpParametersType
Enclosing interface:
IAbstractAcceptorsBean

public static interface IAbstractAcceptorsBean.IAbstractHttpParametersType
extends IMgmtSubBeanBase

Inner class representing HttpParametersType This class extends IMgmtListBase


Method Summary
 long getHttpBrokerReadTimeout()
          Get the attribute for HTTP_BROKER_READ_TIMEOUT as a long value.
 IMgmtAttributeMetaData getHttpBrokerReadTimeoutMetaData()
          Get the attribute metadata for HTTP_BROKER_READ_TIMEOUT.
 long getHttpClientIdleTimeout()
          Get the attribute for HTTP_CLIENT_IDLE_TIMEOUT as a long value.
 IMgmtAttributeMetaData getHttpClientIdleTimeoutMetaData()
          Get the attribute metadata for HTTP_CLIENT_IDLE_TIMEOUT.
 long getHttpClientReadTimeout()
          Get the attribute for HTTP_CLIENT_READ_TIMEOUT as a long value.
 IMgmtAttributeMetaData getHttpClientReadTimeoutMetaData()
          Get the attribute metadata for HTTP_CLIENT_READ_TIMEOUT.
 int getHttpMaxThreads()
          Get the attribute for HTTP_MAX_THREADS as a int value.
 IMgmtAttributeMetaData getHttpMaxThreadsMetaData()
          Get the attribute metadata for HTTP_MAX_THREADS.
 int getHttpMinThreads()
          Get the attribute for HTTP_MIN_THREADS as a int value.
 IMgmtAttributeMetaData getHttpMinThreadsMetaData()
          Get the attribute metadata for HTTP_MIN_THREADS.
 void setHttpBrokerReadTimeout(long value)
          Set the attribute for HTTP_BROKER_READ_TIMEOUT to the specified long value.
 void setHttpClientIdleTimeout(long value)
          Set the attribute for HTTP_CLIENT_IDLE_TIMEOUT to the specified long value.
 void setHttpClientReadTimeout(long value)
          Set the attribute for HTTP_CLIENT_READ_TIMEOUT to the specified long value.
 void setHttpMaxThreads(int value)
          Set the attribute for HTTP_MAX_THREADS to the specified int value.
 void setHttpMinThreads(int value)
          Set the attribute for HTTP_MIN_THREADS 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

getHttpBrokerReadTimeout

long getHttpBrokerReadTimeout()
                              throws MgmtException
Get the attribute for HTTP_BROKER_READ_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

getHttpBrokerReadTimeoutMetaData

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

getHttpClientIdleTimeout

long getHttpClientIdleTimeout()
                              throws MgmtException
Get the attribute for HTTP_CLIENT_IDLE_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

getHttpClientIdleTimeoutMetaData

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

getHttpClientReadTimeout

long getHttpClientReadTimeout()
                              throws MgmtException
Get the attribute for HTTP_CLIENT_READ_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

getHttpClientReadTimeoutMetaData

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

getHttpMaxThreads

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

getHttpMaxThreadsMetaData

IMgmtAttributeMetaData getHttpMaxThreadsMetaData()
                                                 throws MgmtException
Get the attribute metadata for HTTP_MAX_THREADS.

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

getHttpMinThreads

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

getHttpMinThreadsMetaData

IMgmtAttributeMetaData getHttpMinThreadsMetaData()
                                                 throws MgmtException
Get the attribute metadata for HTTP_MIN_THREADS.

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

setHttpBrokerReadTimeout

void setHttpBrokerReadTimeout(long value)
                              throws MgmtException
Set the attribute for HTTP_BROKER_READ_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

setHttpClientIdleTimeout

void setHttpClientIdleTimeout(long value)
                              throws MgmtException
Set the attribute for HTTP_CLIENT_IDLE_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

setHttpClientReadTimeout

void setHttpClientReadTimeout(long value)
                              throws MgmtException
Set the attribute for HTTP_CLIENT_READ_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

setHttpMaxThreads

void setHttpMaxThreads(int value)
                       throws MgmtException
Set the attribute for HTTP_MAX_THREADS to the specified int value.

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

setHttpMinThreads

void setHttpMinThreads(int value)
                       throws MgmtException
Set the attribute for HTTP_MIN_THREADS 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.