|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interfaces defines the transaction concept in Speedo. It is based on a working set represented by the inheritance of the TransactionalWorkingSet interface, and the required javax.jdo.Transaction interface.
Method Summary | |
void |
active()
It activates the working set. |
boolean |
isManagedEnv()
Indicates if the transaction environnement is managed. |
JDOFatalException |
rollBackOnInternalError(java.lang.Exception e)
|
void |
setConnectionHolder(ConnectionHolder ch)
Assignes the connection holder. |
Method Detail |
public void active() throws PersistenceException
PersistenceException
public boolean isManagedEnv()
public JDOFatalException rollBackOnInternalError(java.lang.Exception e)
public void setConnectionHolder(ConnectionHolder ch)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |