| Interfaces | |
|---|---|
| TransactionalResource | Interface for something that makes up a transactional resource. |
| Classes | |
|---|---|
| AbstractTransactionalResource | Rudimentary abstract implementation of TransactionalResource for specific implementations to base upon. |
| AbstractXAResource | Abstract XAResource doing all the tedious tasks shared by many XAResouce implementations. |
| XidWrapper | Wraps an Xid to guarantee methods for equality and hashcode are
implemented correctly. |