Interface ITransferContextServiceExt
- All Superinterfaces:
 ITransferContextService
ITransferContextService extension.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcompleteState(Map<String, Object> m) Informs service implementers that the asynchronous request has completed.voidInforms service implementers that contextual work has been initiated prior to being queued for execution.Methods inherited from interface com.ibm.wsspi.webcontainer.servlet.ITransferContextService
resetState, restoreState, storeState 
- 
Method Details
- 
preProcessWorkState
Informs service implementers that contextual work has been initiated prior to being queued for execution.- Parameters:
 m- The map holding default and implementer specific context information.
 - 
completeState
Informs service implementers that the asynchronous request has completed.- Parameters:
 m- The map holding default and implementer specific context information.
 
 -