Adapt the old-style register() call to the new-style join().
With join(), a resource mananger like a Connection registers with the transaction manager. With register(), an individual object is passed to register().
There are no implemented interfaces.
There are no attributes in this class.
abort(txn)
commit(txn)
sortKey()
tpc_abort(txn)
tpc_begin(txn)
tpc_finish(txn)
tpc_vote(txn)
There are no known subclasses.