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.TypeInspects the suppliedMethodand determines the type of dispatch used.static Dispatch.TypeReturns 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.Typeused to send this invocation.LocalInvocationProcessorBuilder.getDispatchType()Gets theDispatch.Typestrategy to use when dispatching the method.RemoteInvocationHandlerBuilder.getDispatchType()Returns theDispatch.Typeof this method.Methods in dev.getelements.elements.rt.remote with parameters of type Dispatch.TypeModifier and TypeMethodDescriptionvoidInvocation.setDispatchType(Dispatch.Type dispatchType) Sets theDispatch.Typeused to send this invocation.