com.sun.enterprise.config.serverbeans
Interface RequestProcessing

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

Deprecated.

@Deprecated
public interface RequestProcessing
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

Provides attributes to configure the request processing subsystem in the HTTP service


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 String getHeaderBufferLengthInBytes()
          Deprecated. Gets the value of the headerBufferLengthInBytes property.
 String getInitialThreadCount()
          Deprecated. Gets the value of the initialThreadCount property.
 String getRequestTimeoutInSeconds()
          Deprecated. Gets the value of the requestTimeoutInSeconds property.
 String getThreadCount()
          Deprecated. Gets the value of the threadCount property.
 String getThreadIncrement()
          Deprecated. Gets the value of the threadIncrement property.
 void setHeaderBufferLengthInBytes(String value)
          Deprecated. Sets the value of the headerBufferLengthInBytes property.
 void setInitialThreadCount(String value)
          Deprecated. Sets the value of the initialThreadCount property.
 void setRequestTimeoutInSeconds(String value)
          Deprecated. Sets the value of the requestTimeoutInSeconds property.
 void setThreadCount(String value)
          Deprecated. Sets the value of the threadCount property.
 void setThreadIncrement(String value)
          Deprecated. Sets the value of the threadIncrement property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getThreadCount

String getThreadCount()
Deprecated. 
Gets the value of the threadCount property. Max no of request processing threads.

Returns:
possible object is String

setThreadCount

void setThreadCount(String value)
                    throws PropertyVetoException
Deprecated. 
Sets the value of the threadCount property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getInitialThreadCount

String getInitialThreadCount()
Deprecated. 
Gets the value of the initialThreadCount property. The no of request processing threads when the http service is initialized

Returns:
possible object is String

setInitialThreadCount

void setInitialThreadCount(String value)
                           throws PropertyVetoException
Deprecated. 
Sets the value of the initialThreadCount property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getThreadIncrement

String getThreadIncrement()
Deprecated. 
Gets the value of the threadIncrement property. The increment in the number of request processing threads when the number of requests reaches the number specified by request-threads-init

Returns:
possible object is String

setThreadIncrement

void setThreadIncrement(String value)
                        throws PropertyVetoException
Deprecated. 
Sets the value of the threadIncrement property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getRequestTimeoutInSeconds

String getRequestTimeoutInSeconds()
Deprecated. 
Gets the value of the requestTimeoutInSeconds property. Time after which the request times out

Returns:
possible object is String

setRequestTimeoutInSeconds

void setRequestTimeoutInSeconds(String value)
                                throws PropertyVetoException
Deprecated. 
Sets the value of the requestTimeoutInSeconds property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getHeaderBufferLengthInBytes

String getHeaderBufferLengthInBytes()
Deprecated. 
Gets the value of the headerBufferLengthInBytes property. The size of the buffer used by the request processing threads for reading the request data

Returns:
possible object is String

setHeaderBufferLengthInBytes

void setHeaderBufferLengthInBytes(String value)
                                  throws PropertyVetoException
Deprecated. 
Sets the value of the headerBufferLengthInBytes property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.