Package de.enough.polish.rmi

Allows to call server side code easily (RMI stands for Remote Method Invocation).

See:
          Description

Interface Summary
Remote The base interface for any remote services.
 

Class Summary
RemoteCall Wraps information about a remote call that should be/is being processed.
RemoteClient The remote client is capable of calling any server based method and will decode return values accordingly.
 

Exception Summary
RemoteException An unchecked exception.
 

Package de.enough.polish.rmi Description

Allows to call server side code easily (RMI stands for Remote Method Invocation).