org.jpu.patterns.common
Interface IReentrantLock

All Known Implementing Classes:
ReentrantLock

public interface IReentrantLock


Method Summary
 java.lang.Thread getOwner()
           
 void lock()
           
 boolean tryLock()
           
 void unlock()
           
 

Method Detail

lock

public void lock()

unlock

public void unlock()

tryLock

public boolean tryLock()

getOwner

public java.lang.Thread getOwner()


Copyright (c) 2001-2003 - Apache Software Foundation