Uses of Interface
org.apache.commons.jcs3.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Packages that use IRemoteCacheServerAttributes
-
Uses of IRemoteCacheServerAttributes in org.apache.commons.jcs3.auxiliary.remote.server
Classes in org.apache.commons.jcs3.auxiliary.remote.server that implement IRemoteCacheServerAttributesModifier and TypeClassDescriptionclass
These attributes are used to configure the remote cache server.Constructors in org.apache.commons.jcs3.auxiliary.remote.server with parameters of type IRemoteCacheServerAttributesModifierConstructorDescriptionprotected
RemoteCacheServer
(IRemoteCacheServerAttributes rcsa, Properties config) Constructor for the RemoteCacheServer object.protected
RemoteCacheServer
(IRemoteCacheServerAttributes rcsa, Properties config, RMISocketFactory customRMISocketFactory) Constructor for the RemoteCacheServer object.