public interface ITransferContextServiceExt extends ITransferContextService
Modifier and Type | Method and Description |
---|---|
void |
completeState(java.util.Map<java.lang.String,java.lang.Object> m)
Informs service implementers that the asynchronous request has completed.
|
void |
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.
|
resetState, restoreState, storeState
void preProcessWorkState(java.util.Map<java.lang.String,java.lang.Object> m)
m
- The map holding default and implementer specific context information.void completeState(java.util.Map<java.lang.String,java.lang.Object> m)
m
- The map holding default and implementer specific context information.