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. --- docs/java/com/sleepycat/db/LockOperation.html | 697 +++++++++++++------------- 1 file changed, 340 insertions(+), 357 deletions(-) (limited to 'docs/java/com/sleepycat/db/LockOperation.html') diff --git a/docs/java/com/sleepycat/db/LockOperation.html b/docs/java/com/sleepycat/db/LockOperation.html index ea0c53c2..904d385a 100644 --- a/docs/java/com/sleepycat/db/LockOperation.html +++ b/docs/java/com/sleepycat/db/LockOperation.html @@ -1,390 +1,373 @@ - - - - - -LockOperation (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class LockOperation

-
-java.lang.Object
-  extended by com.sleepycat.db.LockOperation
-
-
-
-
public final class LockOperation
extends Object
- - -

-Operations that can be performed on locks. -

- -

-


- -

+

+
com.sleepycat.db
+

Class LockOperation

+
+
+ +
+
    +
  • +
    +
    +
    public final class LockOperation
    +extends java.lang.Object
    +
    Operations that can be performed on locks.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    -Field Summary
    -static LockOperationGET - -
    -          Get the lock defined by the values of the mode and obj fields, for - the specified locker.
    -static LockOperationGET_TIMEOUT - -
    -          Identical to LockOperation GET except that the value in the timeout +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      static LockOperationGET +
      Get the lock defined by the values of the mode and obj fields, for + the specified locker.
      +
      static LockOperationGET_TIMEOUT +
      Identical to LockOperation GET except that the value in the timeout field overrides any previously specified timeout value for this - lock.
      -static LockOperationPUT - -
      -          The lock to which the lock field refers is released.
      -static LockOperationPUT_ALL - -
      -          All locks held by the specified locker are released.
      -static LockOperationPUT_OBJ - -
      -          All locks held on obj are released.
      -static LockOperationTIMEOUT - -
      -          Cause the specified locker to timeout immediately.
      -  + lock. +
    static LockOperationPUT +
    The lock to which the lock field refers is released.
    +
    static LockOperationPUT_ALL +
    All locks held by the specified locker are released.
    +
    static LockOperationPUT_OBJ +
    All locks held on obj are released.
    +
    static LockOperationTIMEOUT +
    Cause the specified locker to timeout immediately.
    +
    +
  • +
- - - - - - - - - - -
-Method Summary
- StringtoString() - -
-          
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- +

    +
  • + + +

    Method Summary

    + + + + + + + + + + +
    Methods 
    Modifier and TypeMethod and Description
    java.lang.StringtoString()
    +
      +
    • + + +

      Methods inherited from class java.lang.Object

      +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • +
    +
  • +
+ + +
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -GET

    -
    -public static final LockOperation GET
    -
    -
    Get the lock defined by the values of the mode and obj fields, for - the specified locker. Upon return from Environment.lockVector, if the lock field is non-null, a reference to the +
    -
    - -

    -GET_TIMEOUT

    -
    -public static final LockOperation GET_TIMEOUT
    -
    -
    Identical to LockOperation GET except that the value in the timeout + any call to Environment.lockVector or Environment.putLock that releases the lock.)
+ + + + + + + + + + + + + + + + + + + + + + + + - - - - - - -
-Method Detail
- -

-toString

-
-public String toString()
-
-
-

-

-
Overrides:
toString in class 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