|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.TransactionMode
public class TransactionMode
Field Summary | |
---|---|
static TransactionMode |
READONLY
|
static TransactionMode |
UPDATE
|
Method Summary | |
---|---|
static TransactionMode |
getTransactionMode(boolean readOnly)
Gets The appropriate TransactionMode object for the given read-only setting |
boolean |
isReadOnly()
Gets the readOnly status of this transaction mode |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TransactionMode READONLY
public static final TransactionMode UPDATE
Method Detail |
---|
public static TransactionMode getTransactionMode(boolean readOnly)
readOnly
- The read-only status
public final boolean isReadOnly()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |