Interface ITransferContextServiceExt
- 
- All Superinterfaces:
- ITransferContextService
 
 public interface ITransferContextServiceExt extends ITransferContextService ITransferContextService extension.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompleteState(java.util.Map<java.lang.String,java.lang.Object> m)Informs service implementers that the asynchronous request has completed.voidpreProcessWorkState(java.util.Map<java.lang.String,java.lang.Object> m)Informs 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 Detail- 
preProcessWorkStatevoid preProcessWorkState(java.util.Map<java.lang.String,java.lang.Object> m) 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.
 
 - 
completeStatevoid completeState(java.util.Map<java.lang.String,java.lang.Object> m) Informs service implementers that the asynchronous request has completed.- Parameters:
- m- The map holding default and implementer specific context information.
 
 
- 
 
-