Uses of Class
org.jrd.backend.communication.DelegatingJrdAgent.CommandDelegationOptions
-
Packages that use DelegatingJrdAgent.CommandDelegationOptions Package Description org.jrd.backend.communication org.jrd.backend.core -
-
Uses of DelegatingJrdAgent.CommandDelegationOptions in org.jrd.backend.communication
Methods in org.jrd.backend.communication that return DelegatingJrdAgent.CommandDelegationOptions Modifier and Type Method Description static DelegatingJrdAgent.CommandDelegationOptionsDelegatingJrdAgent.CommandDelegationOptions. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DelegatingJrdAgent.CommandDelegationOptions[]DelegatingJrdAgent.CommandDelegationOptions. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DelegatingJrdAgent.CommandDelegationOptions in org.jrd.backend.core
Fields in org.jrd.backend.core declared as DelegatingJrdAgent.CommandDelegationOptions Modifier and Type Field Description private DelegatingJrdAgent.CommandDelegationOptionsAgentRequestAction.RequestAction. delegationConstructors in org.jrd.backend.core with parameters of type DelegatingJrdAgent.CommandDelegationOptions Constructor Description RequestAction(DelegatingJrdAgent.CommandDelegationOptions delegation)
-