Uses of Class
org.omg.CORBA.ORB
-
Packages that use ORB 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™ programming language, including the classORB, 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. -
-
Uses of ORB in javax.rmi.CORBA
Methods in javax.rmi.CORBA that return ORB Modifier and Type Method Description ORBTie. orb()Returns the ORB for this tie.Methods in javax.rmi.CORBA with parameters of type ORB Modifier and Type Method Description voidStub. connect(ORB orb)Connects this stub to an ORB.voidStubDelegate. connect(Stub self, ORB orb)Delegation call forStub.connect(org.omg.CORBA.ORB).static ObjectUtil. copyObject(Object obj, ORB orb)Copies or connects an object.ObjectUtilDelegate. copyObject(Object obj, ORB orb)Delegation call forUtil.copyObject(java.lang.Object, org.omg.CORBA.ORB).static Object[]Util. copyObjects(Object[] obj, ORB orb)Copies or connects an array of objects.Object[]UtilDelegate. copyObjects(Object[] obj, ORB orb)Delegation call forUtil.copyObjects(java.lang.Object[], org.omg.CORBA.ORB).voidTie. orb(ORB orb)Sets the ORB for this tie. -
Uses of ORB in org.omg.CORBA
Methods in org.omg.CORBA that return ORB Modifier and Type Method Description ORBLocalObject. _orb()Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object."static ORBORB. init()Returns theORBsingleton object.static ORBORB. init(Applet app, Properties props)Creates a newORBinstance for an applet.static ORBORB. init(String[] args, Properties props)Creates a newORBinstance for a standalone application. -
Uses of ORB in org.omg.CORBA_2_3
Subclasses of ORB in org.omg.CORBA_2_3 Modifier and Type Class Description classORBA class extendingorg.omg.CORBA.ORBto make the ORB portable under the OMG CORBA version 2.3 specification. -
Uses of ORB in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return ORB Modifier and Type Method Description ORBObjectImpl. _orb()Returns a reference to the ORB associated with this object and its delegate.ORBDelegate. orb(Object obj)Provides a reference to the orb associated with its parameter.ORBInputStream. orb()Returns the ORB that created this InputStream.ORBOutputStream. orb()Returns the ORB that created this OutputStream. -
Uses of ORB in org.omg.CosNaming
Methods in org.omg.CosNaming with parameters of type ORB Modifier and Type Method Description BindingIteratorBindingIteratorPOA. _this(ORB orb)NamingContextExtNamingContextExtPOA. _this(ORB orb)NamingContextNamingContextPOA. _this(ORB orb) -
Uses of ORB in org.omg.PortableServer
Methods in org.omg.PortableServer that return ORB Modifier and Type Method Description ORBServant. _orb()Returns the instance of the ORB currently associated with theServant(convenience method).Methods in org.omg.PortableServer with parameters of type ORB Modifier and Type Method Description ServantActivatorServantActivatorPOA. _this(ORB orb)ServantLocatorServantLocatorPOA. _this(ORB orb)ObjectServant. _this_object(ORB orb)Allows the servant to obtain the object reference for the target CORBA Object it is incarnating for that request. -
Uses of ORB in org.omg.PortableServer.portable
Methods in org.omg.PortableServer.portable that return ORB Modifier and Type Method Description ORBDelegate. orb(Servant Self)Convenience method that returns the instance of the ORB currently associated with the Servant.
-