Java EE 5 SDK

com.sun.appserv.management.config
Class AccessLogConfigKeys

java.lang.Object
  extended by 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.


Field Summary
static String FORMAT_KEY
           
static String ROTATION_ENABLED_KEY
           
static String ROTATION_INTERVAL_IN_MINUTES_KEY
           
static String ROTATION_POLICY_KEY
          Value is of class java.lang.String.
static String ROTATION_SIZE_LIMIT_IN_BYTES_KEY
           
static String ROTATION_SUFFIX_KEY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.