|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotesManager<E>
Simple API used to implement notes support in Request/Response object.
Method Summary | |
---|---|
E |
getNote(int key)
Return the note associated with key, |
E |
removeNote(int key)
Remove the note associated with the key token. |
void |
setNote(int key,
E value)
Add a note. |
Method Detail |
---|
void setNote(int key, E value)
E getNote(int key)
E removeNote(int key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |