Interface ContextHandler.ContextScopeListener
- All Superinterfaces:
- EventListener
- Enclosing class:
- ContextHandler
Listener for all threads entering context scope, including async IO callbacks
- 
Method SummaryModifier and TypeMethodDescriptionvoidenterScope(ContextHandler.APIContext context, Request request, Object reason) voidexitScope(ContextHandler.APIContext context, Request request) 
- 
Method Details- 
enterScope- Parameters:
- context- The context being entered
- request- A request that is applicable to the scope, or null
- reason- An object that indicates the reason the scope is being entered.
 
- 
exitScope- Parameters:
- context- The context being exited
- request- A request that is applicable to the scope, or null
 
 
-