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

All Known Implementing Classes:
Lock

public interface Latch

A Latch represents a latch held in the lock manager.


Method Summary
 java.lang.Object getCompatabilitySpace()
          Get the compatability 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

public java.lang.Object getCompatabilitySpace()
Get the compatability space the latch is held in.


getLockable

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


getQualifier

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


getCount

public int getCount()

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.