borland Packages  Class Hierarchy  datastore.javax.sql Package 

JXA class (abstract)

java.lang.Object
   +----com.borland.datastore.javax.sql.JXAResource
           +----com.borland.datastore.javax.sql.JXA
                   +----com.borland.datastore.javax.sql.JXALocal
                   +----com.borland.datastore.javax.sql.JXAServer

About the JXA 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.


JXA properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

JXA methods

Methods implemented in this class

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

Methods implemented in java.lang.Object


JXA properties

globalTx

 public final boolean isGlobalTx()

transactionTimeout

 public int getTransactionTimeout()

JXA methods

close()

  public final void close()

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(com.borland.datastore.DataStoreConnection, byte[])

  public static final void forget(DataStoreConnection con, byte[] xid)

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)

rePrepare(com.borland.datastore.DataStoreConnection, byte[], java.util.Vector, int, long)

  public static final void rePrepare(DataStoreConnection con, byte[] xid, Vector tableLocks, int opCode, long startLsn)

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)