Exporter instance. The returned proxy implements an implementation-specific set of remote interfaces of the remote object and may also implement additional implementation-specific interfaces.
A remote interface is an interface that extends the interface java.rmi.Remote and whose methods each declare at least one exception whose type is java.rmi.RemoteException or one of its superclasses.
@param impl a remote object to export
@return a proxy for the remote object
@throws ExportException if a problem occurs exporting the object
@throws SecurityException if a SecurityExceptionoccurs exporting the object
@throws NullPointerException if impl is null
@throws IllegalStateException if an object has already been exportedwith this Exporter instance
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |