try {
_ctx = new GlobalTransactionContext(this);
_ctx.setStatus(transaction.getStatus());
} catch (javax.transaction.SystemException se) {
throw new DatabaseNotFoundException(se);
}
_ctx.setLockTimeout(_lockTimeout);
_ctx.setAutoStore(_autoStore);
_ctx.setCallback(_callback);