- XAWork - Interface in org.apache.geronimo.transaction.manager
-
primarily an interface between the WorkManager/ExecutionContext and the tm.
- XidBranchesPair(Xid, Object) - Constructor for class org.apache.geronimo.transaction.manager.Recovery.XidBranchesPair
-
- XidFactory - Interface in org.apache.geronimo.transaction.manager
-
- XidFactoryImpl - Class in org.apache.geronimo.transaction.manager
-
Factory for transaction ids.
- XidFactoryImpl(byte[]) - Constructor for class org.apache.geronimo.transaction.manager.XidFactoryImpl
-
- XidFactoryImpl() - Constructor for class org.apache.geronimo.transaction.manager.XidFactoryImpl
-
- XidImpl - Class in org.apache.geronimo.transaction.manager
-
Unique id for a transaction.
- XidImpl(byte[]) - Constructor for class org.apache.geronimo.transaction.manager.XidImpl
-
Constructor taking a global id (for the main transaction)
- XidImpl(Xid, byte[]) - Constructor for class org.apache.geronimo.transaction.manager.XidImpl
-
Constructor for a branch id
- XidImpl(int, byte[], byte[]) - Constructor for class org.apache.geronimo.transaction.manager.XidImpl
-
- XidImpl2 - Class in org.apache.geronimo.transaction.log
-
Unique id for a transaction.
- XidImpl2(byte[]) - Constructor for class org.apache.geronimo.transaction.log.XidImpl2
-
Constructor taking a global id (for the main transaction)
- XidImpl2(Xid, byte[]) - Constructor for class org.apache.geronimo.transaction.log.XidImpl2
-
Constructor for a branch id
- XidImpl2(int, byte[], byte[]) - Constructor for class org.apache.geronimo.transaction.log.XidImpl2
-
- XidImporter - Interface in org.apache.geronimo.transaction.manager
-