Methods Summary |
---|
public void | close()Closes the RM for the calling thread (xa_close).
|
public void | enlistConnectionInXA()enlist the JDBC connection in XA (needed to support MSSQLServer)
this should be called once per connection per transaction
|
public boolean | isInitialized(java.lang.Thread thread)checks if the thread has opened (xa_open) the RM atleast once.
|
public void | open()Opens the RM for the calling thread (xa_open).
|