|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transaction | |
oracle.ifs.beans | |
oracle.ifs.server |
Uses of Transaction in oracle.ifs.beans |
Methods in oracle.ifs.beans that return Transaction | |
Transaction |
LibrarySession.beginTransaction()
Starts a writeable transaction. |
protected Transaction |
LibrarySession.DMBeginTransaction(boolean writeable)
Invokes the identically-named remote S_LibrarySession method. |
Methods in oracle.ifs.beans with parameters of type Transaction | |
void |
LibrarySession.completeTransaction(Transaction transaction)
Completes a transaction. |
void |
LibrarySession.abortTransaction(Transaction transaction)
Aborts a transaction. |
void |
LibrarySession.abortTransaction(Transaction transaction,
IfsException originalException)
Aborts a transaction in response to the specified IfsException. |
protected void |
LibrarySession.DMCompleteTransaction(Transaction transaction)
Invokes the identically-named remote S_LibrarySession method. |
protected void |
LibrarySession.DMAbortTransaction(Transaction transaction)
Invokes the identically-named remote S_LibrarySession method. |
Uses of Transaction in oracle.ifs.server |
Fields in oracle.ifs.server declared as Transaction | |
(package private) Transaction |
UncommittedResolvedAclCache.UncommittedResolvedAclFrame.m_Transaction
|
(package private) Transaction |
UncommittedLibraryObjectDataCache.UncommittedLibraryObjectDataFrame.m_Transaction
|
Methods in oracle.ifs.server that return Transaction | |
protected Transaction |
S_LibrarySessionTransactionManager.beginTransaction(boolean writeable)
Starts a transaction. |
Transaction |
S_LibrarySession.DMBeginTransaction(boolean writeable)
Starts a transaction. |
Transaction |
S_LibrarySession.beginTransaction(boolean writeable)
Starts a transaction. |
Transaction |
S_LibrarySession.beginTransaction()
Starts a writeable transaction. |
Transaction |
S_LibrarySession.beginReadonlyTransaction()
Starts a readonly transaction. |
Transaction |
S_LibrarySessionInterface.DMBeginTransaction(boolean writeable)
|
Methods in oracle.ifs.server with parameters of type Transaction | |
protected void |
S_LibrarySessionTransactionManager.completeTransaction(Transaction transaction)
Completes a transaction. |
protected void |
S_LibrarySessionTransactionManager.abortTransaction(Transaction transaction)
Aborts a transaction. |
protected void |
UncommittedResolvedAclCache.beginTransaction(Transaction transaction)
Handles the cache implications of beginning a new transaction. |
protected void |
UncommittedResolvedAclCache.abortTransaction(Transaction transaction)
Handles the cache implications of aborting a transaction. |
protected void |
UncommittedResolvedAclCache.completeTransaction(Transaction transaction)
Handles the cache implications of completing a transaction. |
void |
S_LibrarySession.DMCompleteTransaction(Transaction transaction)
Completes a transaction. |
void |
S_LibrarySession.completeTransaction(Transaction transaction)
Completes a transaction. |
void |
S_LibrarySession.DMAbortTransaction(Transaction transaction)
Aborts a transaction. |
void |
S_LibrarySession.abortTransaction(Transaction transaction)
Aborts a transaction. |
void |
S_LibrarySession.abortTransaction(Transaction transaction,
IfsException originalException)
Aborts a transaction in response to the specified IfsException. |
protected void |
S_LibrarySession.rollbackAndThrowUnexpectedException(Transaction transaction,
java.lang.Exception e,
java.lang.String message)
Deprecated. |
protected void |
UncommittedLibraryObjectDataCache.beginTransaction(Transaction transaction)
Handles the cache implications of beginning a new transaction. |
protected void |
UncommittedLibraryObjectDataCache.abortTransaction(Transaction transaction)
Handles the cache implications of aborting a transaction. |
protected void |
UncommittedLibraryObjectDataCache.completeTransaction(Transaction transaction)
Handles the cache implications of completing a transaction. |
void |
S_LibrarySessionInterface.DMCompleteTransaction(Transaction transaction)
|
void |
S_LibrarySessionInterface.DMAbortTransaction(Transaction transaction)
|
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |