org.progeeks.repository
Interface Lock

All Superinterfaces:
java.io.Serializable

public interface Lock
extends java.io.Serializable

Interface that represents a single lock instance that is being held for a repository item.

Version:
$Revision: 1.1 $
Author:
Paul Wisneskey

Method Summary
 java.lang.String getItemId()
          Returns the id of the repository item the lock is for.
 

Method Detail

getItemId

java.lang.String getItemId()
Returns the id of the repository item the lock is for. Provided for convenience of the lock holder's.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.