Skip navigation links

Package net.jini.iiop

Provides an Exporter implementation, IiopExporter, that can be used to export and unexport RMI-IIOP remote objects.

See: Description

Package net.jini.iiop Description

Provides an 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.
Since:
2.0
Version:
1.0
Skip navigation links

Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.