Uses of Enum
org.apache.commons.jcs3.auxiliary.remote.value.RemoteRequestType
Packages that use RemoteRequestType
-
Uses of RemoteRequestType in org.apache.commons.jcs3.auxiliary.remote.value
Methods in org.apache.commons.jcs3.auxiliary.remote.value that return RemoteRequestTypeModifier and TypeMethodDescriptionRemoteCacheRequest.getRequestType()
static RemoteRequestType
Returns the enum constant of this type with the specified name.static RemoteRequestType[]
RemoteRequestType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.jcs3.auxiliary.remote.value with parameters of type RemoteRequestTypeModifier and TypeMethodDescriptionvoid
RemoteCacheRequest.setRequestType
(RemoteRequestType requestType)