org.apache.derby.iapi.services.locks
Interface Latch

All Known Implementing Classes:
ActiveLock, Lock

public interface Latch

A Latch represents a latch held in the lock manager.


Method Summary
 CompatibilitySpace getCompatabilitySpace()
          Get the compatibility space the latch is held in.
 int getCount()
           
 Lockable getLockable()
          Gte the object the latch is held on.
 java.lang.Object getQualifier()
          Get the qualifier used when the latch was obtained.
 

Method Detail

getCompatabilitySpace

CompatibilitySpace getCompatabilitySpace()
Get the compatibility space the latch is held in.


getLockable

Lockable getLockable()
Gte the object the latch is held on.


getQualifier

java.lang.Object getQualifier()
Get the qualifier used when the latch was obtained.


getCount

int getCount()

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.