ojb.server
Class LockManager

java.lang.Object
  |
  +--ojb.server.LockManager

public class LockManager
extends java.lang.Object

Class declaration

Version:
%I%, %G%
Author:
 

Constructor Summary
LockManager()
          LockManager constructor comment.
 
Method Summary
static LockManager getInstance()
          returns the singleton instance
 ReaderWriterLock getLock(java.lang.Object obj)
          Method declaration
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockManager

public LockManager()
LockManager constructor comment.
Method Detail

getInstance

public static LockManager getInstance()
returns the singleton instance

getLock

public ReaderWriterLock getLock(java.lang.Object obj)
Method declaration
Parameters:
obj -  
Returns:
 
See Also:


Authors: Thomas Mahler, David Dixon-Peugh. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.1.120, 2001-05-12