|
|||||||||||
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 |
Methods inherited from interface org.objectweb.perseus.persistence.api.WorkingSet |
bind, clear, entries, getConnectionHolder, 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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |