| Package | Description |
|---|---|
| javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
| org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the Java
TM programming language, including the class
ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
|
| org.omg.CORBA_2_3 |
The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java[tm] Standard Edition 6. These changes occurred in recent revisions to the CORBA API defined by the OMG. The new methods were added to interfaces derived from the corresponding interfaces in the CORBA package. This provides backward compatibility and avoids breaking the JCK tests.
|
| org.omg.CORBA.portable |
Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB.
|
| org.omg.CosNaming |
Provides a naming service for Java IDL.
|
| org.omg.PortableServer |
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
|
| org.omg.PortableServer.portable |
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
|
| Modifier and Type | Method and Description |
|---|---|
ORB |
Tie.orb()
Returns the ORB for this tie.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stub.connect(ORB
Connects this stub to an ORB.
|
void |
StubDelegate.connect(Stub
Delegation call for
Stub.
|
static Object |
Util.copyObject(Object
Copies or connects an object.
|
Object |
UtilDelegate.copyObject(Object
Delegation call for
Util.
|
static Object |
Util.copyObjects(Object
Copies or connects an array of objects.
|
Object |
UtilDelegate.copyObjects(Object
Delegation call for
Util.
|
void |
Tie.orb(ORB
Sets the ORB for this tie.
|
| Modifier and Type | Method and Description |
|---|---|
ORB |
LocalObject._orb()
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the
org.omg.CORBA.Object method.
|
static ORB |
ORB.init()
Returns the
ORB singleton object.
|
static ORB |
ORB.init(Applet
Creates a new
ORB instance for an applet.
|
static ORB |
ORB.init(String
Creates a new
ORB instance for a standalone application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ORB
A class extending
org.omg.CORBA.ORB to make the ORB portable under the OMG CORBA version 2.3 specification.
|
| Modifier and Type | Method and Description |
|---|---|
ORB |
ObjectImpl._orb()
Returns a reference to the ORB associated with this object and its delegate.
|
ORB |
InputStream.orb()
Returns the ORB that created this InputStream.
|
ORB |
OutputStream.orb()
Returns the ORB that created this OutputStream.
|
ORB |
Delegate.orb(Object
Provides a reference to the orb associated with its parameter.
|
| Modifier and Type | Method and Description |
|---|---|
NamingContext |
NamingContextPOA._this(ORB
|
NamingContextExt |
NamingContextExtPOA._this(ORB
|
BindingIterator |
BindingIteratorPOA._this(ORB
|
| Modifier and Type | Method and Description |
|---|---|
ORB |
Servant._orb()
Returns the instance of the ORB currently associated with the
Servant (convenience method).
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Servant._this_object(ORB
Allows the servant to obtain the object reference for the target CORBA Object it is incarnating for that request.
|
ServantActivator |
ServantActivatorPOA._this(ORB
|
ServantLocator |
ServantLocatorPOA._this(ORB
|
| Modifier and Type | Method and Description |
|---|---|
ORB |
Delegate.orb(Servant
Convenience method that returns the instance of the ORB currently associated with the Servant.
|