| org.ozoneDB.core.dr.Lockable
Lockable | public interface Lockable (Code) | | author: SMB version: $Revision: 1.2 $Date: 2002/06/08 00:49:39 $ |
Method Summary | |
public DxCollection | allLockers() Returns a collection of Locker objects that currently lock this Lockable
object. | public void | unpin() Unpins this Lockable. |
allLockers | public DxCollection allLockers()(Code) | | Returns a collection of Locker objects that currently lock this Lockable
object.
|
unpin | public void unpin()(Code) | | Unpins this Lockable.
|
|
|