saker.rmi Documentation TaskDoc JavaDoc Packages
package saker.rmi.annot.invoke
Contains annotations which specify the calling properties of annotated interface methods.
Annotations
RMICacheResult
Remote call result of annotated methods will be cached and further calls will be not issued to the remote endpoint.
RMIDefaultOnFailure
If a remote method call fails due to RMI runtime failures, the default implementation of the method will be called.
RMIExceptionRethrow
Annotation to define an exception type to rethrow instead of an RMI error.
RMIForbidden
Forbids calling an annotated method via RMI.
RMIRedirect
Annotated methods will be redirected to the specified method when called on a remote proxy.