Uses of Interface
org.odmg.Transaction
-
Packages that use Transaction Package Description org.odmg org.rasdaman.rasnet.communication rasj rasj.odmg -
-
Uses of Transaction in org.odmg
Methods in org.odmg that return Transaction Modifier and Type Method Description TransactionImplementation. currentTransaction()Get the currentTransactionfor the thread.TransactionImplementation. newTransaction()Create aTransactionobject and associate it with the current thread. -
Uses of Transaction in org.rasdaman.rasnet.communication
Methods in org.rasdaman.rasnet.communication that return Transaction Modifier and Type Method Description TransactionRasRasnetImplementation. currentTransaction()TransactionRasRasnetImplementation. newTransaction() -
Uses of Transaction in rasj
Methods in rasj that return Transaction Modifier and Type Method Description TransactionRasImplementation. currentTransaction()Get current transaction for thread, or NULL if none.TransactionRasImplementationInterface. currentTransaction()TransactionRasImplementation. newTransaction()TransactionRasImplementationInterface. newTransaction() -
Uses of Transaction in rasj.odmg
Classes in rasj.odmg that implement Transaction Modifier and Type Class Description classRasTransactionThis class implements the ODMG Transaction interface.Methods in rasj.odmg that return Transaction Modifier and Type Method Description TransactionRasODMGImplementation. currentTransaction()Get current transaction for thread, or NULL if none.TransactionRasODMGImplementation. newTransaction()Create a new transaction object and associate it with the current thread.
-