Uses of Enum Class
dev.getelements.elements.rt.annotation.Dispatch.Type
Packages that use Dispatch.Type
-
Uses of Dispatch.Type in dev.getelements.elements.rt.annotation
Methods in dev.getelements.elements.rt.annotation that return Dispatch.TypeModifier and TypeMethodDescriptionstatic Dispatch.Type
Inspects the suppliedMethod
and determines the type of dispatch used.static Dispatch.Type
Returns the enum constant of this class with the specified name.static Dispatch.Type[]
Dispatch.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Dispatch.Type in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote that return Dispatch.TypeModifier and TypeMethodDescriptionInvocation.getDispatchType()
Indicates theDispatch.Type
used to send this invocation.LocalInvocationProcessorBuilder.getDispatchType()
Gets theDispatch.Type
strategy to use when dispatching the method.RemoteInvocationHandlerBuilder.getDispatchType()
Returns theDispatch.Type
of this method.Methods in dev.getelements.elements.rt.remote with parameters of type Dispatch.TypeModifier and TypeMethodDescriptionvoid
Invocation.setDispatchType
(Dispatch.Type dispatchType) Sets theDispatch.Type
used to send this invocation.