Quadcap Embeddable Database

com.quadcap.sql.lock.LockPool Class Reference

List of all members.

Detailed Description

Cache of lock objects.

Author:
Stan Bailes

Definition at line 52 of file LockPool.java.

Public Member Functions

 LockPool ()
final Lock get (Lock parent, String name)

Package Attributes

HashMap locks = new HashMap()


Constructor & Destructor Documentation

com.quadcap.sql.lock.LockPool.LockPool  ) 
 

Definition at line 55 of file LockPool.java.


Member Function Documentation

final Lock com.quadcap.sql.lock.LockPool.get Lock  parent,
String  name
 

Definition at line 58 of file LockPool.java.

References com.quadcap.sql.lock.LockPool.get(), com.quadcap.sql.lock.Lock.init(), and com.quadcap.sql.lock.LockPool.locks.

Referenced by com.quadcap.sql.lock.LockPool.get(), and com.quadcap.sql.lock.LockManager.getLock().


Member Data Documentation

HashMap com.quadcap.sql.lock.LockPool.locks = new HashMap() [package]
 

Definition at line 53 of file LockPool.java.

Referenced by com.quadcap.sql.lock.LockPool.get().