Interface ITransferContextServiceExt
- All Superinterfaces:
- ITransferContextService
ITransferContextService extension.
- 
Method SummaryModifier 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.ITransferContextServiceresetState, restoreState, storeState
- 
Method Details- 
preProcessWorkStateInforms 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.
 
- 
completeStateInforms service implementers that the asynchronous request has completed.- Parameters:
- m- The map holding default and implementer specific context information.
 
 
-