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

All Known Implementing Classes:
CompositeCacheManager, RemoteCacheListener, RemoteCacheServerFactory

public interface IRemoteCacheConstants

This holds constants that are used by the remote cache.


Field Summary
static java.lang.String CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX
          I'm trying to migrate everything to use this prefix.
static java.lang.String CACHE_SERVER_PREFIX
          The prefix for cache server config.
static java.lang.String CUSTOM_RMI_SOCKET_FACTORY_PROPERTY_PREFIX
          This is the name of the class that will be used for an object specific socket factory.
static java.lang.String PROPERTY_PREFIX
          Property prefix, should be jcs.remote but this would break existing config.
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 SOCKET_TIMEOUT_MILLIS
          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_VAL

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


CACHE_SERVER_PREFIX

static final java.lang.String CACHE_SERVER_PREFIX
The prefix for cache server config.

See Also:
Constant Field Values

CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX

static final java.lang.String CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX
I'm trying to migrate everything to use this prefix. All those below will be replaced. Any of the RemoteCacheServerAttributes can be configured this way.

See Also:
Constant Field Values

CUSTOM_RMI_SOCKET_FACTORY_PROPERTY_PREFIX

static final java.lang.String CUSTOM_RMI_SOCKET_FACTORY_PROPERTY_PREFIX
This is the name of the class that will be used for an object specific socket factory.

See Also:
Constant Field Values

PROPERTY_PREFIX

static final java.lang.String PROPERTY_PREFIX
Property prefix, should be jcs.remote but this would break existing config.

See Also:
Constant Field Values

SOCKET_TIMEOUT_MILLIS

static final java.lang.String SOCKET_TIMEOUT_MILLIS
Mapping to props file value

See Also:
Constant Field Values

REMOTE_CACHE_SERVICE_NAME

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

See Also:
Constant Field Values

TOMCAT_XML

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

See Also:
Constant Field Values

TOMCAT_ON

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

See Also:
Constant Field Values

REMOTE_CACHE_SERVICE_PORT

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

See Also:
Constant Field Values

REMOTE_LOCAL_CLUSTER_CONSISTENCY

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

See Also:
Constant Field Values

REMOTE_ALLOW_CLUSTER_GET

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

See Also:
Constant Field Values


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.