FileDocCategorySizeDatePackage
RMIExporter.javaAPI DocJava SE 5 API1430Fri Aug 26 14:55:00 BST 2005com.sun.jmx.remote.internal

RMIExporter

public interface RMIExporter

Unpublished interface controlling how the RMI Connector Server exports objects. The RMIServerImpl object and each RMIConnectionImpl object are exported using the exporter. The default exporter calls {@link UnicastRemoteObject#exportObject(Remote, int, RMIClientSocketFactory, RMIServerSocketFactory)} to export objects and {@link UnicastRemoteObject#unexportObject(Remote, boolean)} to unexport them. A replacement exporter can be specified via the {@link #EXPORTER_ATTRIBUTE} property in the environment Map passed to the RMI connector server.

Fields Summary
public static final String
EXPORTER_ATTRIBUTE
Constructors Summary
Methods Summary
public java.rmi.RemoteexportObject(java.rmi.Remote obj, int port, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)

public booleanunexportObject(java.rmi.Remote obj, boolean force)