From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../com/sleepycat/db/class-use/LockOperation.html | 525 ++++++++++----------- 1 file changed, 246 insertions(+), 279 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/LockOperation.html') diff --git a/docs/java/com/sleepycat/db/class-use/LockOperation.html b/docs/java/com/sleepycat/db/class-use/LockOperation.html index ba7a7587..f88586cb 100644 --- a/docs/java/com/sleepycat/db/class-use/LockOperation.html +++ b/docs/java/com/sleepycat/db/class-use/LockOperation.html @@ -1,294 +1,261 @@ - - - - - -Uses of Class com.sleepycat.db.LockOperation (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.LockOperation

-
- - - - - - - - - -
-Packages that use LockOperation
com.sleepycat.dbBerkeley DB Java API
-[reference guide] [Java programming notes]
-  -

- - - - - -
-Uses of LockOperation in com.sleepycat.db
-  -

- - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +
Fields in com.sleepycat.db declared as LockOperation
-static LockOperationLockOperation.GET - -
-          Get the lock defined by the values of the mode and obj fields, for - the specified locker.
-static LockOperationLockOperation.GET_TIMEOUT - -
-          Identical to LockOperation GET except that the value in the timeout +
+

Uses of Class
com.sleepycat.db.LockOperation

+
+
+
+
static LockOperationLockOperation.PUT +
The lock to which the lock field refers is released.
+
static LockOperationLockOperation.PUT_ALL +
All locks held by the specified locker are released.
+
static LockOperationLockOperation.PUT_OBJ +
All locks held on obj are released.
+
static LockOperationLockOperation.TIMEOUT +
Cause the specified locker to timeout immediately.
+
+ + + + + + + + + + + + +
Methods in com.sleepycat.db that return LockOperation 
Modifier and TypeMethod and Description
LockOperationLockRequest.getOp() +
Return the lock operation.
+
+ + + + + + + + + + + + +
Methods in com.sleepycat.db with parameters of type LockOperation 
Modifier and TypeMethod and Description
voidLockRequest.setOp(LockOperation op) +
Set the operation.
+
+ + + + + + + + + + + + + + + + +
Constructors in com.sleepycat.db with parameters of type LockOperation 
Constructor and Description
LockRequest(LockOperation op, + LockRequestMode mode, + DatabaseEntry obj) +
Construct a LockRequest with the specified operation and mode for the + specified object.
+
LockRequest(LockOperation op, + LockRequestMode mode, + DatabaseEntry obj, + Lock lock) +
Construct a LockRequest with the specified operation, mode and lock, + for the specified object.
+
LockRequest(LockOperation op, + LockRequestMode mode, + DatabaseEntry obj, + Lock lock, + int timeout) +
Construct a LockRequest with the specified operation, mode, lock and + timeout for the specified object.
+
+ + + + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -


-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1