com.sun.appserv.management.config
Class AccessLogConfigKeys
java.lang.Object
com.sun.appserv.management.config.AccessLogConfigKeys
public final class AccessLogConfigKeys
- extends Object
Keys for use with HTTPServiceConfig.createAccessLogConfig(java.util.Map)
.
All Map values associated with a key are of class java.lang.String
unless otherwise documented.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FORMAT_KEY
public static final String FORMAT_KEY
- See Also:
- Constant Field Values
ROTATION_POLICY_KEY
public static final String ROTATION_POLICY_KEY
- Value is of class java.lang.String.
See
AccessLogConfig.setRotationPolicy(java.lang.String)
- See Also:
- Constant Field Values
ROTATION_SUFFIX_KEY
public static final String ROTATION_SUFFIX_KEY
- See Also:
- Constant Field Values
ROTATION_ENABLED_KEY
public static final String ROTATION_ENABLED_KEY
- See Also:
- Constant Field Values
ROTATION_INTERVAL_IN_MINUTES_KEY
public static final String ROTATION_INTERVAL_IN_MINUTES_KEY
- See Also:
- Constant Field Values
ROTATION_SIZE_LIMIT_IN_BYTES_KEY
public static final String ROTATION_SIZE_LIMIT_IN_BYTES_KEY
- See Also:
- Constant Field Values
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.