|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static byte |
CTX_ABORTED
The status of an aborted transactional context |
static byte |
CTX_ACTIVE_TRANSACTIONAL
The status of a transactional context which is not already committed or aborted. |
static byte |
CTX_COMMITTED
The status of a committed transactional context |
static byte |
CTX_PREPARED
The status of a prepared context |
static byte |
CTX_PREPARED_FAIL
The status of a prepared context |
static byte |
CTX_PREPARED_OK
The status of a prepared context |
Fields inherited from interface org.objectweb.perseus.persistence.api.WorkingSet |
---|
CTX_ACTIVE, CTX_CLOSED, READ_INTENTION, UNKNOWN_INTENTION, WRITE_INTENTION |
Method Summary | |
---|---|
boolean |
getWSRollBackOnly()
Indicates if the transactional working must rollback at the end. |
void |
setWSRollBackOnly(boolean val)
Permit to indicates if the transactional working must rollback at the end. |
Methods inherited from interface org.objectweb.perseus.persistence.api.WorkingSet |
---|
bind, clear, entries, getConnectionHolder, getOid2Entry, getStatus, getUserObject, getWSRestoreValues, getWSRetainValues, lookup, oids, setStatus, setWSRestoreValues, setWSRetainValues, unbind |
Field Detail |
public static final byte CTX_ACTIVE_TRANSACTIONAL
public static final byte CTX_PREPARED
public static final byte CTX_PREPARED_OK
public static final byte CTX_PREPARED_FAIL
public static final byte CTX_COMMITTED
public static final byte CTX_ABORTED
Method Detail |
public boolean getWSRollBackOnly()
public void setWSRollBackOnly(boolean val)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |