|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
ReconnectOn instead
@Target(value=METHOD) @Retention(value=SOURCE) @Documented @Deprecated public @interface InvalidateConnectionOn
This annotation can be attached to any method also annotated with Processor or
Source. It receives a single argument which is the class of the exception to
be catch.
| Required Element Summary | |
|---|---|
Class |
exception
Deprecated. The class of the exception that signals the invalidation of the connection |
| Element Detail |
|---|
public abstract Class exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||