Provides an {@link net.jini.export.Exporter} implementation,
{@link net.jini.iiop.IiopExporter}, that can be used to export
and unexport
RMI-IIOP remote
objects.
IiopExporter
acts as an adapter between existing methods for
(un)exporting and connecting remote objects via RMI-IIOP (e.g.,
{@link javax.rmi.PortableRemoteObject#exportObject},
{@link javax.rmi.CORBA.Stub#connect}) and the
Exporter
interface. By performing export
and unexport operations through
{@link net.jini.config.Configuration}-provided
Exporter
instances, applications can be configured and deployed at
run-time to use IiopExporter
and/or other Exporter
implementations. See the {@link net.jini.config} package
documentation for examples on configurable exporting.
@since 2.0
@version 1.0