The Java RMI package
Java RMI adds a number of classes to the Java language. The basic intent is to make a call to a remote method look and behave the same as local ones.
Classes are added for
- naming Registry - associates a name with a remote Java object
- Remote interface - specification of remote methods
- RemoteObjects
- RMISecurityManager
- RemoteExceptions