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/LockRequest.html | 971 +++++++++++++--------------- 1 file changed, 466 insertions(+), 505 deletions(-) (limited to 'docs/java/com/sleepycat/db/LockRequest.html') diff --git a/docs/java/com/sleepycat/db/LockRequest.html b/docs/java/com/sleepycat/db/LockRequest.html index e53605bd..9b26633c 100644 --- a/docs/java/com/sleepycat/db/LockRequest.html +++ b/docs/java/com/sleepycat/db/LockRequest.html @@ -1,528 +1,489 @@ - - - - - -LockRequest (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class LockRequest

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

-The LockRequest object is used to encapsulate a single lock request. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class LockRequest

+
+
+ +
+
    +
  • +
    +
    +
    public class LockRequest
    +extends java.lang.Object
    +
    The LockRequest object is used to encapsulate a single lock request.
    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -LockRequest

    -
    -public LockRequest(LockOperation op,
    -                   LockRequestMode mode,
    -                   DatabaseEntry obj)
    -
    -
    Construct a LockRequest with the specified operation and mode for the +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LockRequest

        +
        public LockRequest(LockOperation op,
        +           LockRequestMode mode,
        +           DatabaseEntry obj)
        +
        Construct a LockRequest with the specified operation and mode for the specified object. -

        -

        -

        -
        Parameters:
        mode - The permissions mode for the object. -

        obj - The object being locked. -

        op - The operation being performed.
        -
    -
    - -

    -LockRequest

    -
    -public LockRequest(LockOperation op,
    -                   LockRequestMode mode,
    -                   DatabaseEntry obj,
    -                   Lock lock)
    -
    -
    Construct a LockRequest with the specified operation, mode and lock, +

+
Parameters:
mode - The permissions mode for the object. +

obj - The object being locked. +

op - The operation being performed.
+ + + + + + + + + + + + - - - - - - -
-Method Detail
- -

-setLock

-
-public void setLock(Lock lock)
-
-
Set the lock reference. -

-

-

-
Parameters:
lock - The lock reference.
-
-
-
- -

-setMode

-
-public void setMode(LockRequestMode mode)
-
-
Set the lock mode. -

-

-

-
Parameters:
mode - the lock mode.
-
-
-
- -

-setObj

-
-public void setObj(DatabaseEntry obj)
-
-
Set the lock object. -

-

-

-
Parameters:
obj - The lock object.
-
-
-
- -

-setOp

-
-public void setOp(LockOperation op)
-
-
Set the operation. -

-

-

-
Parameters:
op - The operation.
-
-
-
- -

-setTimeout

-
-public void setTimeout(int timeout)
-
-
Set the lock timeout value. -

-

-

-
Parameters:
timeout - The lock timeout value.
-
-
-
- -

-getLock

-
-public Lock getLock()
-
-
Return the lock reference. -

-

-
-
-
-
- -

-getMode

-
-public LockRequestMode getMode()
-
-
Return the lock mode. -

-

-
-
-
-
- -

-getObj

-
-public DatabaseEntry getObj()
-
-
Return the lock object. -

-

-
-
-
-
- -

-getOp

-
-public LockOperation getOp()
-
-
Return the lock operation. -

-

-
-
-
-
- -

-getTimeout

-
-public int getTimeout()
-
-
Return the lock timeout value. -

-

-
-
-
+ + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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