Java EE 5 SDK

com.sun.appserv.management.config
Class ConnectionPoolConfigKeys

java.lang.Object
  extended by com.sun.appserv.management.config.ConnectionPoolConfigKeys

public final class ConnectionPoolConfigKeys
extends Object

Keys for use with HTTPServiceConfig.createConnectionPoolConfig(java.util.Map) All Map values associated with a key are of class java.lang.String unless otherwise documented.


Field Summary
static String MAX_PENDING_COUNT_KEY
           
static String QUEUE_SIZE_IN_BYTES_KEY
           
static String RECEIVE_BUFFER_SIZE_IN_BYTES_KEY
           
static String SEND_BUFFER_SIZE_IN_BYTES_KEY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUEUE_SIZE_IN_BYTES_KEY

public static final String QUEUE_SIZE_IN_BYTES_KEY
See Also:
Constant Field Values

MAX_PENDING_COUNT_KEY

public static final String MAX_PENDING_COUNT_KEY
See Also:
Constant Field Values

RECEIVE_BUFFER_SIZE_IN_BYTES_KEY

public static final String RECEIVE_BUFFER_SIZE_IN_BYTES_KEY
See Also:
Constant Field Values

SEND_BUFFER_SIZE_IN_BYTES_KEY

public static final String SEND_BUFFER_SIZE_IN_BYTES_KEY
See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.