Interface TransactionManager
-
- All Known Subinterfaces:
ClientTransactionManager
,ServerTransactionManager
- All Known Implementing Classes:
TransactionResourceManager
@Internal public interface TransactionManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TransactionManager.TransactionConfig
-
Method Summary
-
-
-
Method Detail
-
getTransaction
EntityDescriptor getTransaction()
-
getRequestDesc
EntityAwareAttributeDescriptor.Wildcard<Request> getRequestDesc()
-
getResponseDesc
EntityAwareAttributeDescriptor.Wildcard<Response> getResponseDesc()
-
getStateDesc
EntityAwareAttributeDescriptor.Regular<State> getStateDesc()
-
getCommitDesc
EntityAwareAttributeDescriptor.Regular<Commit> getCommitDesc()
-
getCfg
TransactionManager.TransactionConfig getCfg()
-
-