Java EE 5 SDK

com.sun.appserv.management.config
Class KeepAliveConfigKeys

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

public final class KeepAliveConfigKeys
extends Object

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


Field Summary
static String MAX_CONNECTIONS_KEY
           
static String THREAD_COUNT_KEY
           
static String TIMEOUT_IN_SECONDS_KEY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THREAD_COUNT_KEY

public static final String THREAD_COUNT_KEY
See Also:
Constant Field Values

MAX_CONNECTIONS_KEY

public static final String MAX_CONNECTIONS_KEY
See Also:
Constant Field Values

TIMEOUT_IN_SECONDS_KEY

public static final String TIMEOUT_IN_SECONDS_KEY
See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.