|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Inherited @Documented @InterceptorBinding public @interface CloseConversationGroup
Interceptor which allows to close a conversation-group after the invocation of the intercepted method.
If a custom RuntimeException
is specified, the conversation is just closed if the exception occurred.
Optional Element Summary | |
---|---|
Class<?> |
group
Specifies the conversation-group (specified implicitly or via ConversationGroup )
which should be terminated. |
Class<? extends RuntimeException> |
on
Specifies which exception (type) will trigger the termination of the current conversation. |
public abstract Class<? extends RuntimeException> on
public abstract Class<?> group
ConversationGroup
)
which should be terminated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |