Package org.nuiton.util.rmi
package org.nuiton.util.rmi
This package contains classes to easily export services to a RMI registry
then get a proxy to access them. The provided classes will hide RMI
complexity.
Use the
ServiceExporter to register an service to the RMI registry.
Use the RemoteProxyFactory to get a proxy an call the RMI exported
service.- Author:
- Arnaud Thimel - thimel@codelutin.com
-
ClassDescriptionThis class will act as an InvocationHandler except that it is distributed.RMI implementation of an invocation handler.Factory to create RMI proxies to some given services.This class allows to make some service available through RMI.