See: Description
Annotation Type | Description |
---|---|
RMIAsynch |
Setup a remote method to be asynchronous, that is only request of invocation
is sent without waiting for response.
|
RMICached |
Setup a remote method to cache its return value for the specified amount of
time.
|
RMIRemoteExceptionAlternative |
When a remote interface method is annotated with this annotation, it will
replace any thrown
RemoteException with the RMIRemoteExceptionAlternative.value() of this
interface. |
RMISuppressFaults |
This annotation can be applied to a remote method of a remote interface to
suppress RMI faults and exceptions.
|