This project has retired. For details please refer to its Attic page.
net.jini.iiop (Apache River v3.0.0 API Documentation)
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.