| ArgumentHandler |
The ArgumentHandler class is a wrapper around an argparse4j ArgumentParser.
|
| CodebaseCollector |
The CodebaseCollector class is used to detect server specified codebases and to report
them to the user.
|
| ExceptionHandler |
During the different RMI operations you have always a roughly same set of exceptions
that can occur.
|
| MethodArguments |
Internally, Java RMI always uses an array of objects as argument for method calls.
|
| MethodCandidate |
A MethodCandidate represents a remote method that may exists on a remote endpoint.
|
| Pair<K,V> |
For the MethodArguments class, a Pair type is required.
|