Interface IRemoteCacheConstants
- All Known Implementing Classes:
- CompositeCacheManager,- RemoteCacheListener,- RemoteCacheServerFactory
public interface IRemoteCacheConstants
This holds constants that are used by the remote cache.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringI'm trying to migrate everything to use this prefix.static final StringThe prefix for cache server config.static final StringThis is the name of the class that will be used for an object specific socket factory.static final StringProperty prefix, should be jcs.remote but this would break existing config.static final StringDeprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".allowClusterGet"static final StringMapping to props file valuestatic final StringDeprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".servicePort"static final StringMapping to props file valuestatic final StringDeprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".localClusterConsistency"static final StringDeprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".rmiSocketFactoryTimeoutMillis"static final StringMapping to props file valuestatic final StringMapping to props file value
- 
Field Details- 
REMOTE_CACHE_SERVICE_VALMapping to props file value
- 
CACHE_SERVER_PREFIXThe prefix for cache server config.- See Also:
 
- 
CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIXI'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_PREFIXThis is the name of the class that will be used for an object specific socket factory.- See Also:
 
- 
PROPERTY_PREFIXProperty prefix, should be jcs.remote but this would break existing config.- See Also:
 
- 
SOCKET_TIMEOUT_MILLISDeprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".rmiSocketFactoryTimeoutMillis"Mapping to props file value- See Also:
 
- 
REMOTE_CACHE_SERVICE_NAMEMapping to props file value- See Also:
 
- 
TOMCAT_XMLMapping to props file value- See Also:
 
- 
TOMCAT_ONMapping to props file value- See Also:
 
- 
REMOTE_CACHE_SERVICE_PORTDeprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".servicePort"Mapping to props file value- See Also:
 
- 
REMOTE_LOCAL_CLUSTER_CONSISTENCYDeprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".localClusterConsistency"Mapping to props file value- See Also:
 
- 
REMOTE_ALLOW_CLUSTER_GETDeprecated.Use CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX + ".allowClusterGet"Mapping to props file value- See Also:
 
 
-