org.objectweb.dream.queue
Interface UnlockKey
- All Known Implementing Classes:
- BufferKeyMutexSortedImpl
public interface UnlockKey
Interface provided by the BufferKeyMutexSortedImpl
component to
unlock the key of the calling thread.
Field Summary |
static String |
ITF_NAME
The default name for interface of this type. |
Method Summary |
void |
unlockKey()
Unlock the key of the calling thread. |
ITF_NAME
static final String ITF_NAME
- The default name for interface of this type.
- See Also:
- Constant Field Values
unlockKey
void unlockKey()
throws InterruptedException
- Unlock the key of the calling thread.
- Throws:
InterruptedException
- if it is interrupted while waiting for the
mutex to be acquired.
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.