|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Invocation
An invocation that works on an interceptor stack.
Method Summary | |
---|---|
java.lang.Object |
getAttachment(AttachmentKey key)
Get an object attached. |
java.lang.Object |
invokeNext()
Route the invocation to the next interceptor. |
java.lang.Object |
invokeNext(Interceptor[] newInterceptors)
Route the invocation to use a new stack. |
void |
removeAttachment(AttachmentKey key)
Remove an attached object. |
void |
setAttachment(AttachmentKey key,
java.lang.Object value)
Attach an object. |
Method Detail |
---|
void setAttachment(AttachmentKey key, java.lang.Object value)
java.lang.Object getAttachment(AttachmentKey key)
void removeAttachment(AttachmentKey key)
java.lang.Object invokeNext()
java.lang.Object invokeNext(Interceptor[] newInterceptors) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- if the interceptor stack is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |