|
Objectivity for Java Reference | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines constants used as parameters and return values by many methods.
You need not implement this interface in any of your classes; however, doing so allows you to refer to the constants with their unqualified names, such as READ. If your class does not implement this interface, it must use the fully-qualified constant names, such as oo.READ.
Field Summary | |
static int |
ALL
Field access level: The predicate query can test all fields. |
static int |
ALL_CONTAINERS
(DRO) Container filter mode: Retrieve all containers from the database. |
static int |
AMS_ONLY
AMS usage mode: Use AMS exclusively. |
static int |
AMS_PREFERRED
AMS usage mode: Use AMS for remote data access if it is available. |
static int |
DOWNGRADE_ALL
Downgrade mode: After the transaction checkpoint, all write locks obtained during the transaction are downgraded to read locks. |
static int |
ENFORCE
(FTO/DRO) Offline mode: Enforce the offline status of autonomous partitions. |
static int |
EXPLICIT_UPDATE
Index mode: Indexes are updated by explicit calls to the updateIndexes method of each new object or modified object. |
static int |
FATAL_ERROR
Error level: Objectivity/DB detected an unrecoverable internal inconsistency that might already have caused data corruption. |
static int |
IGNORE
(FTO/DRO) Offline mode: Ignore the offline status of autonomous partitions. |
static int |
INSENSITIVE
Index mode: Indexes are updated automatically when the transaction is committed. |
static int |
MROW
MROW mode: Multiple Readers, One Writer (MROW) is enabled for the transaction. |
static int |
NO_AMS
AMS usage mode: Never use AMS. |
static int |
NO_DOWNGRADE
Downgrade mode: After the transaction checkpoint, all write locks obtained during the transaction are preserved. |
static int |
NO_ERROR
Error level: No exception occurred. |
static int |
NO_MROW
MROW mode: Multiple Readers, One Writer (MROW) is not enabled for the transaction. |
static int |
NO_WAIT
Wait option: Transactions do not wait for locks when starting. |
static int |
NONE
Lock mode: The persistent object is not locked. |
static int |
NOT_TRANSFERRED
(DRO) Container filter mode: Retrieve only those containers that have the same controlling Autonomous Partition as the database. |
static int |
notOpen
Connection access mode: The connection is not open; sessions may not be created. |
static int |
openExclusive
Connection access mode: Not supported. |
static int |
openReadOnly
Connection access mode: The connection is open for read-only access. |
static int |
openReadWrite
Connection access mode: The connection is open for read/write access. |
static int |
PUBLIC
Field access level: The predicate query can test only public fields. |
static int |
READ
Lock mode: The persistent object is locked for read. |
static int |
SENSITIVE
Index mode: Indexes are updated automatically immediately after an indexed object is deleted or an object of the indexed class is made persistent. |
static int |
SYSTEM_ERROR
Error level: Objectivity/DB detected a system error. |
static int |
THREAD_POLICY_RESTRICTED
Thread policy: A thread's interaction is restricted; it must be joined to a session to perform any persistent operation with that session or objects belonging to that session. |
static int |
THREAD_POLICY_UNRESTRICTED
Thread policy: A thread's interaction is unrestricted; any given thread can interact with any session or objects belonging to any session. |
static int |
TRANS_NO_WAIT
Reserved for future use. |
static int |
TRANSFERRED
(DRO) Container filter mode: Retrieve only those containers that have a different controlling Autonomous Partition from the database. |
static int |
UPGRADE
Lock mode: Not supported. |
static int |
USER_ERROR
Error level: The programming interface to Objectivity/DB detected a programmer error that is directly attributable to the application programmer. |
static int |
WAIT
Wait option: Transactions wait indefinitely for locks when starting. |
static int |
WARNING
Error level: An abnormal event occurred. |
static int |
WRITE
Lock mode: The persistent object is locked for write. |
Field Detail |
public static final int notOpen
public static final int openReadOnly
public static final int openReadWrite
public static final int openExclusive
public static final int NONE
public static final int READ
public static final int WRITE
public static final int UPGRADE
public static final int NO_MROW
public static final int MROW
public static final int ENFORCE
public static final int IGNORE
public static final int ALL_CONTAINERS
public static final int NOT_TRANSFERRED
public static final int TRANSFERRED
public static final int PUBLIC
public static final int ALL
public static final int AMS_PREFERRED
public static final int AMS_ONLY
public static final int NO_AMS
public static final int INSENSITIVE
public static final int SENSITIVE
public static final int EXPLICIT_UPDATE
public static final int NO_WAIT
public static final int WAIT
public static final int TRANS_NO_WAIT
public static final int NO_DOWNGRADE
public static final int DOWNGRADE_ALL
public static final int NO_ERROR
public static final int WARNING
public static final int USER_ERROR
public static final int SYSTEM_ERROR
public static final int FATAL_ERROR
public static final int THREAD_POLICY_RESTRICTED
public static final int THREAD_POLICY_UNRESTRICTED
|
Objectivity for Java Reference | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2000 Objectivity, Inc. All rights reserved.