Uses of Interface
org.teamapps.ux.session.ExecutionDecorator
-
Packages that use ExecutionDecorator Package Description org.teamapps.ux.session -
-
Uses of ExecutionDecorator in org.teamapps.ux.session
Methods in org.teamapps.ux.session with parameters of type ExecutionDecorator Modifier and Type Method Description voidSessionContext. addExecutionDecorator(ExecutionDecorator decorator, boolean outer)Adds a decorator that gets invoked whenever a Thread is bound to this SessionContext.voidExecutionDecoratorStack. addInnerDecorator(ExecutionDecorator decorator)voidExecutionDecoratorStack. addOuterDecorator(ExecutionDecorator decorator)voidExecutionDecoratorStack. removeDecorator(ExecutionDecorator decorator)voidSessionContext. removeExecutionDecorator(ExecutionDecorator decorator)Removes the specified execution decorator.
-