public static interface JmsMatsTransactionManager.JmsMatsTxContextKey
getTransactionContext(...) when a Mats-component
fetches the TransactionContext implementation.
This interface is implemented both by StageProcessors (in which case
getStage() returns itself), and by Initiators (in which case
getStage() returns null).
| Modifier and Type | Method and Description |
|---|---|
JmsMatsFactory<?> |
getFactory() |
JmsMatsStage<?,?,?,?> |
getStage() |
JmsMatsStage<?,?,?,?> getStage()
null if an Initiator.JmsMatsFactory<?> getFactory()
JmsMatsFactory of the StageProcessor or Initiator (never null).