Package com.sleepycat.je.latch

Provides classes and interfaces for latches in JDB.

See:
          Description

Interface Summary
Latch  
SharedLatch Simple thread-based non-transactional reader-writer/shared-exclusive latch.
 

Class Summary
Java5LatchImpl Java5LatchImpl provides an implementation of the Latch interface.
Java5SharedLatchImpl Java5SharedLatchImpl provides an implementation of the SharedLatch interface.
LatchImpl This implementation is used in non-Java5 JVMs.
LatchStats A class that provides interesting stats about a particular latch.
LatchSupport Various constructs to support Latches.
LatchTable Table of latches by thread for debugging.
SharedLatchImpl Simple thread-based non-transactional reader-writer/shared-exclusive latch.
 

Exception Summary
LatchException The root of latch related exceptions.
LatchNotHeldException An exception that is thrown when a latch is not held but a method is invoked on it that assumes it is held.
 

Package com.sleepycat.je.latch Description

Provides classes and interfaces for latches in JDB.

Package Specification

(None)



Copyright 2004,2008 Oracle. All rights reserved.