Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.services.locks
Interface Latch  view Latch download Latch.java


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()