Uses of Enum Class
org.distributeme.core.interceptor.InterceptionPhase
Packages that use InterceptionPhase
Package
Description
Support for client and server side interceptors of calls.
-
Uses of InterceptionPhase in org.distributeme.core.interceptor
Methods in org.distributeme.core.interceptor that return InterceptionPhaseModifier and TypeMethodDescriptionInterceptionContext.getCurrentPhase()Getter for the fieldcurrentPhase.static InterceptionPhaseReturns the enum constant of this class with the specified name.static InterceptionPhase[]InterceptionPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.distributeme.core.interceptor with parameters of type InterceptionPhaseModifier and TypeMethodDescriptionvoidInterceptionContext.setCurrentPhase(InterceptionPhase currentPhase) Setter for the fieldcurrentPhase.Constructors in org.distributeme.core.interceptor with parameters of type InterceptionPhaseModifierConstructorDescriptionprotectedSinglePhaseInterceptor(InterceptionPhase atLeastOne, InterceptionPhase... phases) Constructor for SinglePhaseInterceptor.