JavaRMI/IIOP
|
RMIjava.rmi package main interface java.rmi.Remote remote method invocation = invoking a method of a remote interface on a remote object. stubs and skeltons are used for this communications stubs = stub for a remote object acts as a client's local representative
or proxy for the remote object. Caller invokes method on local stub which
in turn is responsible for carrying out the method call on the remote
object.
|
IIOP
|