|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WaitingKeys
This component manages WaitingKey
objects. It maps them to
Key
objects.
Field Summary | |
---|---|
static String |
ITF_NAME
The commonly used name to refer to this interface. |
Method Summary | |
---|---|
WaitingKey |
createWaitingKey(Key key)
Creates a WaitingKey object for the given key. |
WaitingKey |
removeWaitingKey(Key key)
Returns the WaitingKey object corresponding to the given key. |
Iterator |
removeWaitingKeys(Key key)
Returns an iterator over WaitingKey objects corresponding to the
keys that are associated to the given key (that is an "isAll" key). |
Field Detail |
---|
static final String ITF_NAME
Method Detail |
---|
WaitingKey removeWaitingKey(Key key) throws InterruptedException
WaitingKey
object corresponding to the given key.
key
- the key that maps the returned WaitingKey object.
null
otherwise.
InterruptedException
- if an exception occurs.Iterator removeWaitingKeys(Key key) throws InterruptedException
WaitingKey
objects corresponding to the
keys that are associated to the given key (that is an "isAll" key).
key
- the "isAll" key that maps the returned keys.
InterruptedException
- if an exception occurs.WaitingKey createWaitingKey(Key key) throws InterruptedException
WaitingKey
object for the given key.
key
- the key for which a WaitingKey object must be created.
InterruptedException
- if an exception occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |