org.glassfish.admin.amx.intf.config
Interface RequestProcessing

All Superinterfaces:
AMX_SPI, AMXProxy, Singleton

Deprecated.

@Deprecated
public interface RequestProcessing
extends Singleton


Method Summary
 String getHeaderBufferLengthInBytes()
          Deprecated.  
 String getInitialThreadCount()
          Deprecated.  
 String getRequestTimeoutInSeconds()
          Deprecated.  
 String getThreadCount()
          Deprecated.  
 String getThreadIncrement()
          Deprecated.  
 void setHeaderBufferLengthInBytes(String param1)
          Deprecated.  
 void setInitialThreadCount(String param1)
          Deprecated.  
 void setRequestTimeoutInSeconds(String param1)
          Deprecated.  
 void setThreadCount(String param1)
          Deprecated.  
 void setThreadIncrement(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
 

Method Detail

getThreadCount

String getThreadCount()
Deprecated. 

setThreadCount

void setThreadCount(String param1)
Deprecated. 

getInitialThreadCount

String getInitialThreadCount()
Deprecated. 

setInitialThreadCount

void setInitialThreadCount(String param1)
Deprecated. 

getThreadIncrement

String getThreadIncrement()
Deprecated. 

setThreadIncrement

void setThreadIncrement(String param1)
Deprecated. 

getRequestTimeoutInSeconds

String getRequestTimeoutInSeconds()
Deprecated. 

setRequestTimeoutInSeconds

void setRequestTimeoutInSeconds(String param1)
Deprecated. 

getHeaderBufferLengthInBytes

String getHeaderBufferLengthInBytes()
Deprecated. 

setHeaderBufferLengthInBytes

void setHeaderBufferLengthInBytes(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.