|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface declaration
Field Summary | |
static int |
RW_READ_COMMITTED
|
static int |
RW_READ_UNCOMMITTED
|
static int |
RW_REPEATABLE_READ
|
static int |
RW_SERIALIZABLE
|
Method Summary | |
boolean |
checkRead(Transaction tx)
Method declaration |
boolean |
checkWrite(Transaction tx)
Method declaration |
java.lang.String |
getLockType(Transaction tx)
Method declaration |
int |
getStrategy()
Method declaration |
boolean |
read(Transaction tx)
Method declaration |
boolean |
release(Transaction tx)
Method declaration |
boolean |
upgrade(Transaction tx)
Method declaration |
boolean |
write(Transaction tx)
Method declaration |
Field Detail |
public static final int RW_READ_UNCOMMITTED
public static final int RW_READ_COMMITTED
public static final int RW_REPEATABLE_READ
public static final int RW_SERIALIZABLE
Method Detail |
public int getStrategy()
public boolean read(Transaction tx)
tx
- public boolean write(Transaction tx)
tx
- public boolean upgrade(Transaction tx)
tx
- public boolean release(Transaction tx)
tx
- public boolean checkRead(Transaction tx)
tx
- public boolean checkWrite(Transaction tx)
tx
- public java.lang.String getLockType(Transaction tx)
tx
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |