org.apache.jcs.auxiliary.remote.behavior
Interface IRemoteCacheConstants

All Known Implementing Classes:
CompositeCacheManager, RemoteCacheListener, RemoteCacheServerFactory, RemoteCacheServerListener

public interface IRemoteCacheConstants

Description of the Interface

Author:
asmuts

Field Summary
static java.lang.String REMOTE_ALLOW_CLUSTER_GET
          Mapping to props file value
static java.lang.String REMOTE_CACHE_SERVICE_NAME
          Mapping to props file value
static java.lang.String REMOTE_CACHE_SERVICE_PORT
          Mapping to props file value
static java.lang.String REMOTE_CACHE_SERVICE_VAL
          Mapping to props file value
static java.lang.String REMOTE_LOCAL_CLUSTER_CONSISTENCY
          Mapping to props file value
static java.lang.String TOMCAT_ON
          Mapping to props file value
static java.lang.String TOMCAT_XML
          Mapping to props file value
 

Field Detail

REMOTE_CACHE_SERVICE_NAME

public static final java.lang.String REMOTE_CACHE_SERVICE_NAME
Mapping to props file value

See Also:
Constant Field Values

REMOTE_CACHE_SERVICE_VAL

public static final java.lang.String REMOTE_CACHE_SERVICE_VAL
Mapping to props file value


TOMCAT_XML

public static final java.lang.String TOMCAT_XML
Mapping to props file value

See Also:
Constant Field Values

TOMCAT_ON

public static final java.lang.String TOMCAT_ON
Mapping to props file value

See Also:
Constant Field Values

REMOTE_CACHE_SERVICE_PORT

public static final java.lang.String REMOTE_CACHE_SERVICE_PORT
Mapping to props file value

See Also:
Constant Field Values

REMOTE_LOCAL_CLUSTER_CONSISTENCY

public static final java.lang.String REMOTE_LOCAL_CLUSTER_CONSISTENCY
Mapping to props file value

See Also:
Constant Field Values

REMOTE_ALLOW_CLUSTER_GET

public static final java.lang.String REMOTE_ALLOW_CLUSTER_GET
Mapping to props file value

See Also:
Constant Field Values