Uses of Enum
org.apache.commons.jcs3.auxiliary.remote.server.behavior.RemoteType
Packages that use RemoteType
Package
Description
Root package for the remote auxiliary cache.
-
Uses of RemoteType in org.apache.commons.jcs3.auxiliary.remote
Methods in org.apache.commons.jcs3.auxiliary.remote that return RemoteTypeModifier and TypeMethodDescriptionAbstractRemoteCacheListener.getRemoteType()
Gets the remoteType attribute of the RemoteCacheListener objectCommonRemoteCacheAttributes.getRemoteType()
Gets the remoteType attribute of the RemoteCacheAttributes object.Methods in org.apache.commons.jcs3.auxiliary.remote with parameters of type RemoteTypeModifier and TypeMethodDescriptionvoid
CommonRemoteCacheAttributes.setRemoteType
(RemoteType p) Sets the remoteType attribute of the RemoteCacheAttributes object. -
Uses of RemoteType in org.apache.commons.jcs3.auxiliary.remote.behavior
Methods in org.apache.commons.jcs3.auxiliary.remote.behavior that return RemoteTypeModifier and TypeMethodDescriptionICommonRemoteCacheAttributes.getRemoteType()
Gets the remoteType attribute of the IRemoteCacheAttributes objectIRemoteCacheListener.getRemoteType()
Gets the remoteType attribute of the IRemoteCacheListener objectMethods in org.apache.commons.jcs3.auxiliary.remote.behavior with parameters of type RemoteTypeModifier and TypeMethodDescriptionvoid
ICommonRemoteCacheAttributes.setRemoteType
(RemoteType p) Sets the remoteType attribute of the IRemoteCacheAttributes object -
Uses of RemoteType in org.apache.commons.jcs3.auxiliary.remote.server.behavior
Methods in org.apache.commons.jcs3.auxiliary.remote.server.behavior that return RemoteTypeModifier and TypeMethodDescriptionstatic RemoteType
Returns the enum constant of this type with the specified name.static RemoteType[]
RemoteType.values()
Returns an array containing the constants of this enum type, in the order they are declared.