Exporter
implementation,
IiopExporter
, that can be used to export
and unexport
RMI-IIOP remote
objects.See: Description
Class | Description |
---|---|
IiopExporter |
An
IiopExporter can be used to export a single remote object to
the RMI-IIOP
runtime. |
Exporter
implementation,
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.,
PortableRemoteObject.exportObject(java.rmi.Remote)
,
Stub.connect(org.omg.CORBA.ORB)
) and the
Exporter
interface. By performing export
and unexport operations through
Configuration
-provided
Exporter
instances, applications can be configured and deployed at
run-time to use IiopExporter
and/or other Exporter
implementations. See the net.jini.config
package
documentation for examples on configurable exporting.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.