tppt.xopen
Interface AX
- All Known Subinterfaces:
- TMInterface
- public interface AX
AX
is the name of the services shared by the TM and the RM.
The AX services are provided by TM and are called by RMs.
This interface is revised from the X/Open standard.
- Version:
- 2.0
- Author:
- Jodie Wu
ax_reg
public boolean ax_reg(int id,
ResourceManager rm)
- Register the RM with transaction id to the TM
- Parameters:
id
- transaction idrm
- The ResourceManager instance to be registered.- Returns:
- true if register properly; false otherwise.