@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface RMIAsynch
Setup a remote method to be asynchronous, that is only request of invocation
is sent without waiting for response.
This annotation has effect on methods with void return type only.
Any exception thrown by the remote asynchronous method cannot be thrown on
the caller.
- Author:
- Salvatore Giampa'