borland Packages  Class Hierarchy  datastore.javax.sql Package 

JXARemote class

java.lang.Object
   +----com.borland.datastore.javax.sql.JXAResource
           +----com.borland.datastore.javax.sql.JXARemote

About the JXARemote class

Properties  Methods  

Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


JXARemote properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

JXARemote methods

Methods implemented in this class

Methods implemented in com.borland.datastore.javax.sql.JXAResource

Methods implemented in java.lang.Object


JXARemote properties

globalTx

 public final boolean isGlobalTx()
Used internally. Indicates that this resource instance and its associated Connection are participating in a global transaction.

transactionTimeout

 public int getTransactionTimeout()

JXARemote methods

close()

  public final void close()
Used internally. Do not call since it shuts down the XAResource instance.

Overrides: com.borland.datastore.javax.sql.JXAResource.close()

commit(xid, boolean)

  public void commit(Xid xid, boolean onePhase)

Overrides: com.borland.datastore.javax.sql.JXAResource.commit(xid, boolean)

end(xid, int)

  public void end(Xid xid, int flags)

Overrides: com.borland.datastore.javax.sql.JXAResource.end(xid, int)

forget(xid)

  public void forget(Xid xid)

Overrides: com.borland.datastore.javax.sql.JXAResource.forget(xid)

prepare(xid)

  public int prepare(Xid xid)

Overrides: com.borland.datastore.javax.sql.JXAResource.prepare(xid)

recover(int)

  public Xid[] recover(int flag)

Overrides: com.borland.datastore.javax.sql.JXAResource.recover(int)

rollback(xid)

  public void rollback(Xid xid)

Overrides: com.borland.datastore.javax.sql.JXAResource.rollback(xid)

setTransactionTimeout(int)

  public boolean setTransactionTimeout(int seconds)

Overrides: com.borland.datastore.javax.sql.JXAResource.setTransactionTimeout(int)

start(xid, int)

  public void start(Xid xid, int flags)

Overrides: com.borland.datastore.javax.sql.JXAResource.start(xid, int)