Interface IRemoteCacheConstants
- All Known Implementing Classes:
CompositeCacheManager
,RemoteCacheListener
,RemoteCacheServerFactory
public interface IRemoteCacheConstants
This holds constants that are used by the remote cache.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
I'm trying to migrate everything to use this prefix.static final String
The prefix for cache server config.static final String
This is the name of the class that will be used for an object specific socket factory.static final String
Property prefix, should be jcs.remote but this would break existing config.static final String
Deprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".allowClusterGet"static final String
Mapping to props file valuestatic final String
Deprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".servicePort"static final String
Mapping to props file valuestatic final String
Deprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".localClusterConsistency"static final String
Deprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".rmiSocketFactoryTimeoutMillis"static final String
Mapping to props file valuestatic final String
Mapping to props file value
-
Field Details
-
REMOTE_CACHE_SERVICE_VAL
Mapping to props file value -
CACHE_SERVER_PREFIX
The prefix for cache server config.- See Also:
-
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:
-
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:
-
PROPERTY_PREFIX
Property prefix, should be jcs.remote but this would break existing config.- See Also:
-
SOCKET_TIMEOUT_MILLIS
Deprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".rmiSocketFactoryTimeoutMillis"Mapping to props file value- See Also:
-
REMOTE_CACHE_SERVICE_NAME
Mapping to props file value- See Also:
-
TOMCAT_XML
Mapping to props file value- See Also:
-
TOMCAT_ON
Mapping to props file value- See Also:
-
REMOTE_CACHE_SERVICE_PORT
Deprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".servicePort"Mapping to props file value- See Also:
-
REMOTE_LOCAL_CLUSTER_CONSISTENCY
Deprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".localClusterConsistency"Mapping to props file value- See Also:
-
REMOTE_ALLOW_CLUSTER_GET
Deprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".allowClusterGet"Mapping to props file value- See Also:
-