Java EE 5 SDK

com.sun.appserv.management.config
Class ManagerPropertiesConfigKeys

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

public final class ManagerPropertiesConfigKeys
extends Object

Keys for use with SessionManagerConfig.createManagerPropertiesConfig(java.util.Map).


Field Summary
static String MAX_SESSIONS_KEY
           
static String REAP_INTERVAL_IN_SECONDS_KEY
           
static String SESSION_FILE_NAME_KEY
           
static String SESSION_ID_GENERATOR_CLASS_NAME_KEY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_FILE_NAME_KEY

public static final String SESSION_FILE_NAME_KEY
See Also:
Constant Field Values

MAX_SESSIONS_KEY

public static final String MAX_SESSIONS_KEY
See Also:
Constant Field Values

REAP_INTERVAL_IN_SECONDS_KEY

public static final String REAP_INTERVAL_IN_SECONDS_KEY
See Also:
Constant Field Values

SESSION_ID_GENERATOR_CLASS_NAME_KEY

public static final String SESSION_ID_GENERATOR_CLASS_NAME_KEY
See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.