| Package | Description |
|---|---|
| com.sun.corba.ee.org.omg.CORBA | |
| org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ORB.register_initial_reference(String id,
Object obj)
If this operation is called with an id,
"Y", and an
object, YY, then a subsequent call to
ORB.resolve_initial_references( "Y" ) will
return object YY. |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
ORB.resolve_initial_references(String object_name)
Resolves a specific object reference from the set of available
initial service names.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.