Java EE 5 SDK

com.sun.appserv.management.config
Class HTTPFileCacheConfigKeys

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

public final class HTTPFileCacheConfigKeys
extends Object

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


Field Summary
static String FILE_CACHING_ENABLED_KEY
           
static String FILE_TRANSMISSION_ENABLED_KEY
           
static String GLOBALLY_ENABLED_KEY
           
static String HASH_INIT_SIZE_KEY
           
static String MAX_AGE_IN_SECONDS_KEY
           
static String MAX_FILES_COUNT_KEY
           
static String MEDIUM_FILE_SIZE_LIMIT_IN_BYTES_KEY
           
static String MEDIUM_FILE_SPACE_IN_BYTES_KEY
           
static String SMALL_FILE_SIZE_LIMIT_IN_BYTES_KEY
           
static String SMALL_FILE_SPACE_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

GLOBALLY_ENABLED_KEY

public static final String GLOBALLY_ENABLED_KEY
See Also:
Constant Field Values

FILE_CACHING_ENABLED_KEY

public static final String FILE_CACHING_ENABLED_KEY
See Also:
Constant Field Values

MAX_AGE_IN_SECONDS_KEY

public static final String MAX_AGE_IN_SECONDS_KEY
See Also:
Constant Field Values

MEDIUM_FILE_SIZE_LIMIT_IN_BYTES_KEY

public static final String MEDIUM_FILE_SIZE_LIMIT_IN_BYTES_KEY
See Also:
Constant Field Values

MEDIUM_FILE_SPACE_IN_BYTES_KEY

public static final String MEDIUM_FILE_SPACE_IN_BYTES_KEY
See Also:
Constant Field Values

SMALL_FILE_SIZE_LIMIT_IN_BYTES_KEY

public static final String SMALL_FILE_SIZE_LIMIT_IN_BYTES_KEY
See Also:
Constant Field Values

SMALL_FILE_SPACE_IN_BYTES_KEY

public static final String SMALL_FILE_SPACE_IN_BYTES_KEY
See Also:
Constant Field Values

FILE_TRANSMISSION_ENABLED_KEY

public static final String FILE_TRANSMISSION_ENABLED_KEY
See Also:
Constant Field Values

MAX_FILES_COUNT_KEY

public static final String MAX_FILES_COUNT_KEY
See Also:
Constant Field Values

HASH_INIT_SIZE_KEY

public static final String HASH_INIT_SIZE_KEY
See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.