|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TransactionState
Provides information about a transaction.
| Method Summary | |
|---|---|
Isolation |
getIsolation()Obtain isolation level of the transaction. |
Status |
getStatus()Obtain the status of the transaction. |
TransactionId |
getXid()Obtain the unique transaction identifier. |
boolean |
isAutoCommit()Obtain the auto-commit status of the transaction. |
| Method Detail |
|---|
Isolation getIsolation()
The isolation will be one of the following values:
TransactionId getXid()
Status getStatus()
The status will be one of the following values:
boolean isAutoCommit()
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||