|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionNotInProgressException | |
org.exolab.core.database.recman | |
org.exolab.core.foundation |
Uses of TransactionNotInProgressException in org.exolab.core.database.recman |
Methods in org.exolab.core.database.recman that throw TransactionNotInProgressException | |
void |
PMDSession.bind(java.lang.String name,
PersistentCapableIfc object)
|
void |
PMDSession.unbind(java.lang.String name)
|
void |
PMDSession.acquireLock(PersistentCapableIfc object,
int timeout)
|
void |
PMDSession.commit()
|
void |
PMDSession.abort()
|
void |
PMDSession.rollback()
|
void |
PMDSession.setRollbackOnly(boolean status)
|
void |
PMDSession.createObject(PersistentCapableIfc object)
|
void |
PMDSession.updateObject(PersistentCapableIfc object)
|
void |
PMDSession.deleteObject(PersistentCapableIfc object)
|
PersistentCapableIfc |
PMDSession.retrieveObject(long id)
|
HandleIfc |
PMDSession.createHandle(PersistentCapableIfc object)
Create a handle for the specified PersistentCapableIfc object. |
Uses of TransactionNotInProgressException in org.exolab.core.foundation |
Methods in org.exolab.core.foundation that throw TransactionNotInProgressException | |
void |
SessionIfc.bind(java.lang.String name,
PersistentCapableIfc object)
Bind the specified name to an object. |
void |
SessionIfc.unbind(java.lang.String name)
Unbind the object associated with the specified name. |
void |
SessionIfc.createObject(PersistentCapableIfc object)
Create the specified persistent object in the database for this session. |
void |
SessionIfc.updateObject(PersistentCapableIfc object)
Update the specified persistent object in the database for this session. |
void |
SessionIfc.deleteObject(PersistentCapableIfc object)
Delete the specified persistent object in the database for this session. |
PersistentCapableIfc |
SessionIfc.retrieveObject(long id)
Retrieve the persistent object associated with the id. |
void |
SessionIfc.acquireLock(PersistentCapableIfc object,
int timeout)
Acquire an exclusive lock on the specified object. |
HandleIfc |
SessionIfc.createHandle(PersistentCapableIfc object)
Create a handle for the specified PersistentCapableIfc object. |
void |
TransactionIfc.commit()
Close the current transaction. |
void |
TransactionIfc.abort()
Abort the current transaction. |
void |
TransactionIfc.rollback()
Rollback the current transaction. |
void |
TransactionIfc.setRollbackOnly(boolean status)
Set the transaction so that the only outcome is rollback. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |