Uses of Class
org.omg.CORBA.ORB
Packages that use ORB
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
Contains portability APIs for RMI-IIOP.
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).
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.
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.
-
Uses of ORB in com.sun.corba.ee.impl.copyobject
Fields in com.sun.corba.ee.impl.copyobject declared as ORBModifier and TypeFieldDescriptionprivate final ORBJavaStreamORBObjectCopierImpl.orbprivate final ORBORBStreamObjectCopierImpl.orbConstructors in com.sun.corba.ee.impl.copyobject with parameters of type ORBModifierConstructorDescription -
Uses of ORB in com.sun.corba.ee.impl.corba
Fields in com.sun.corba.ee.impl.corba declared as ORBConstructors in com.sun.corba.ee.impl.corba with parameters of type ORB -
Uses of ORB in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return ORBModifier and TypeMethodDescriptionfinal ORBCDRInputObject.orb()CDRInputStream_1_0.orb()abstract ORBCDRInputStreamBase.orb()final ORBCDROutputObject.orb()CDROutputStream_1_0.orb()abstract ORBCDROutputStreamBase.orb()WrapperInputStream.orb()Methods in com.sun.corba.ee.impl.encoding with parameters of type ORBModifier and TypeMethodDescription(package private) static ByteBufferCDROutputStream_1_0.allocateBuffer(ORB orb, BufferManagerWrite bufferManager, boolean usePooledByteBuffers) TypeCodeOutputStream.createEncapsulation(ORB _orb) (package private) voidCDRInputStream_1_0.init(ORB orb, ByteBuffer byteBuffer, int bufferSize, ByteOrder byteOrder, BufferManagerRead bufferManager) (package private) abstract voidCDRInputStreamBase.init(ORB orb, ByteBuffer byteBuffer, int bufferSize, ByteOrder byteOrder, BufferManagerRead bufferManager) voidCDROutputStream_1_0.init(ORB orb, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) protected abstract voidCDROutputStreamBase.init(ORB orb, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, byte[] data, int size) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, byte[] buf, int size, ByteOrder byteOrder, GIOPVersion version) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) static TypeCodeInputStreamEncapsInputStreamFactory.newTypeCodeInputStream(ORB orb, byte[] data, int size) static TypeCodeInputStreamEncapsInputStreamFactory.newTypeCodeInputStream(ORB orb, byte[] data, int size, ByteOrder byteOrder, GIOPVersion version) static TypeCodeInputStreamEncapsInputStreamFactory.newTypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) final voidvoidabstract voidstatic TypeCodeInputStreamTypeCodeInputStream.readEncapsulation(InputStream is, ORB _orb) Constructors in com.sun.corba.ee.impl.encoding with parameters of type ORBModifierConstructorDescriptionprotectedCDRInputObject(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version, BufferManagerRead bufMgr) EncapsInputStream(ORB orb, byte[] data, int size) EncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version) EncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase) Full constructor with a CodeBase parameter useful for unmarshaling RMI-IIOP valuetypes (technically against the intention of an encapsulation, but necessary due to OMG issue 4795.EncapsInputStream(ORB orb, byte[] buf, int size, ByteOrder byteOrder, GIOPVersion version) EncapsInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) TypeCodeInputStream(ORB orb, byte[] data, int size) TypeCodeInputStream(ORB orb, byte[] data, int size, ByteOrder byteOrder, GIOPVersion version) (package private)TypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) -
Uses of ORB in com.sun.corba.ee.impl.folb
Fields in com.sun.corba.ee.impl.folb declared as ORBMethods in com.sun.corba.ee.impl.folb with parameters of type ORBConstructors in com.sun.corba.ee.impl.folb with parameters of type ORB -
Uses of ORB in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ORBMethods in com.sun.corba.ee.impl.interceptors that return ORBConstructors in com.sun.corba.ee.impl.interceptors with parameters of type ORBModifierConstructorDescriptionCDREncapsCodec(ORB orb, int major, int minor) Creates a new codec implementation.CodecFactoryImpl(ORB orb) Creates a new CodecFactory implementation. -
Uses of ORB in com.sun.corba.ee.impl.io
Fields in com.sun.corba.ee.impl.io declared as ORBMethods in com.sun.corba.ee.impl.io with parameters of type ORBModifier and TypeMethodDescriptionstatic TypeCodeValueUtility.createTypeCodeForClass(ORB orb, Class c, ValueHandler vh) private static TypeCodeValueUtility.createTypeCodeForClassInternal(ORB orb, Class c, ValueHandler vh, ValueUtility.IdentityKeyValueStack createdIDs) private static TypeCodeValueUtility.createTypeCodeInternal(ORB orb, Class c, ValueHandler vh, String id, ValueUtility.IdentityKeyValueStack createdIDs) static TypeCodeValueUtility.getPrimitiveTypeCodeForClass(ORB orb, Class c, ValueHandler vh) static FullValueDescriptionValueUtility.translate(ORB orb, ObjectStreamClass osc, ValueHandler vh) private static ValueMember[]ValueUtility.translateMembers(ORB orb, ObjectStreamClass osc, ValueHandler vh, ValueUtility.IdentityKeyValueStack createdIDs) -
Uses of ORB in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior with parameters of type ORBModifier and TypeMethodDescriptionTaggedComponentFactoryFinderImpl.create(ORB orb, TaggedComponent comp) byte[]StubIORImpl.getDelegate(ORB orb) GenericTaggedComponent.getIOPComponent(ORB orb) -
Uses of ORB in com.sun.corba.ee.impl.javax.rmi.CORBA
Methods in com.sun.corba.ee.impl.javax.rmi.CORBA with parameters of type ORBModifier and TypeMethodDescriptionvoidConnects this stub to an ORB.Util.copyObject(Object obj, ORB orb) Copies or connects an object.Object[]Util.copyObjects(Object[] obj, ORB orb) Copies or connects an array of objects.private TypeCodeUtil.createTypeCode(Serializable obj, Any any, ORB orb) When using our own ORB and Any implementations, we need to get the ORB version and create the type code appropriately.private TypeCodeUtil.createTypeCodeForNull(ORB orb) This is used to create the TypeCode for a null reference.voidUtil.unregisterTargetsForORB(ORB orb) -
Uses of ORB in com.sun.corba.ee.impl.legacy.connection
Methods in com.sun.corba.ee.impl.legacy.connection with parameters of type ORBModifier and TypeMethodDescriptionDefaultSocketFactory.getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo) -
Uses of ORB in com.sun.corba.ee.impl.naming.cosnaming
Fields in com.sun.corba.ee.impl.naming.cosnaming declared as ORBMethods in com.sun.corba.ee.impl.naming.cosnaming with parameters of type ORBModifier and TypeMethodDescriptionprivate static ObjectTransientNameServer.initializeRootNamingContext(ORB orb) Constructors in com.sun.corba.ee.impl.naming.cosnaming with parameters of type ORBModifierConstructorDescriptionBindingIteratorImpl(ORB orb) Create a binding iterator servant.TransientBindingIterator(ORB orb, Map<InternalBindingKey, InternalBindingValue> aTable, POA thePOA) Constructs a new TransientBindingIterator object. -
Uses of ORB in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that return ORB -
Uses of ORB in com.sun.corba.ee.impl.orb
Subclasses of ORB in com.sun.corba.ee.impl.orbModifier and TypeClassDescriptionclassThe JavaIDL ORB implementation.classThe restricted singleton ORB implementation.Methods in com.sun.corba.ee.impl.orb with parameters of type ORBModifier and TypeMethodDescriptionParserTable.TestLegacyORBSocketFactory.getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo) -
Uses of ORB in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi that return ORBMethods in com.sun.corba.ee.impl.presentation.rmi with parameters of type ORBModifier and TypeMethodDescriptionvoidstatic StubIORImplStubConnectImpl.connect(StubIORImpl ior, Object proxy, ObjectImpl stub, ORB orb) Connect the stub to the orb if necessary.Object[]DynamicMethodMarshallerImpl.copyArguments(Object[] args, ORB orb) DynamicMethodMarshallerImpl.copyResult(Object result, ORB orb) void -
Uses of ORB in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return ORB -
Uses of ORB in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util with parameters of type ORBModifier and TypeMethodDescriptionstatic ObjectUtility.autoConnect(Object obj, ORB orb, boolean convertToStub) Ensure that stubs, ties, and implementation objects are 'connected' to the runtime.static ValueFactoryUtility.getFactory(Class clazz, String codebase, ORB orb, String repId) Get the factory for an IDLValue Throws MARSHAL exception if no factory found. -
Uses of ORB in com.sun.corba.ee.org.omg.CORBA
Subclasses of ORB in com.sun.corba.ee.org.omg.CORBAModifier and TypeClassDescriptionclassThis ORB class is defined to provide a home for the register_initial_reference operation, which is added by portable interceptors and CORBA 2.4. -
Uses of ORB in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior with parameters of type ORBModifier and TypeMethodDescriptionTaggedComponentFactoryFinder.create(ORB orb, TaggedComponent comp) Create a tagged component from a GIOP marshalled representation of a tagged component.byte[]TaggedComponent.getIOPComponent(ORB orb) TaggedComponentBase.getIOPComponent(ORB orb) -
Uses of ORB in com.sun.corba.ee.spi.legacy.connection
Methods in com.sun.corba.ee.spi.legacy.connection with parameters of type ORBModifier and TypeMethodDescriptionORBSocketFactory.getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo) Deprecated. -
Uses of ORB in com.sun.corba.ee.spi.orb
Subclasses of ORB in com.sun.corba.ee.spi.orb -
Uses of ORB in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi that return ORBModifier and TypeMethodDescriptionDynamicStub.getORB()Similar to ObjectImpl._orb()static ORBStubWrapper.getORB()Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type ORBModifier and TypeMethodDescriptionvoidConnect this dynamic stub to an ORB.static voidvoidObject[]DynamicMethodMarshaller.copyArguments(Object[] args, ORB orb) Copy the arguments as needed for this particular method.DynamicMethodMarshaller.copyResult(Object result, ORB orb) Copy the result as needed for this particular method. -
Uses of ORB in javax.rmi.CORBA
Methods in javax.rmi.CORBA that return ORBMethods in javax.rmi.CORBA with parameters of type ORBModifier and TypeMethodDescriptionvoidConnects this stub to an ORB.voidDelegation call forStub.connect(org.omg.CORBA.ORB).static ObjectUtil.copyObject(Object obj, ORB orb) Copies or connects an object.UtilDelegate.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).voidSets the ORB for this tie. -
Uses of ORB in org.glassfish.jndi.cosnaming
Fields in org.glassfish.jndi.cosnaming declared as ORBModifier and TypeFieldDescriptionprivate static ORBCNCtx._defaultOrb(package private) ORBCNCtx._orb(package private) ORBOrbReuseTracker.orbMethods in org.glassfish.jndi.cosnaming that return ORBMethods in org.glassfish.jndi.cosnaming with parameters of type ORBModifier and TypeMethodDescriptionprivate StringCNCtx.initUsingCorbanameUrl(ORB orb, String url, Hashtable<?, ?> env) Initializes using "corbaname" URL (INS 99-12-03)private StringCNCtx.initUsingIiopUrl(ORB defOrb, String url, Hashtable<?, ?> env) Handles "iiop" and "iiopname" URLs (INS 98-10-11)private StringCNCtx.initUsingUrl(ORB orb, String url, Hashtable<?, ?> env) private voidCNCtx.setOrbAndRootContext(ORB orb, String ncIor) private voidCNCtx.setOrbAndRootContext(ORB orb, Object ncRef) Constructors in org.glassfish.jndi.cosnaming with parameters of type ORBModifierConstructorDescription(package private)CNCtx(ORB orb, OrbReuseTracker tracker, NamingContext nctx, Hashtable<String, Object> env, NameComponent[] name) Creates a CNCtx object which supports the javax.naming apis given a COS Naming Context object.(package private)OrbReuseTracker(ORB orb) -
Uses of ORB in org.glassfish.jndi.toolkit.corba
Methods in org.glassfish.jndi.toolkit.corba that return ORBModifier and TypeMethodDescriptionstatic ORBGet ORB using given server and port number, and properties from environment.Methods in org.glassfish.jndi.toolkit.corba with parameters of type ORBModifier and TypeMethodDescriptionstatic ObjectCorbaUtils.remoteToCorba(Remote remoteObj, ORB orb) Returns the CORBA object reference associated with a Remote object by using the javax.rmi.CORBA package. -
Uses of ORB in org.omg.CORBA
Fields in org.omg.CORBA declared as ORBMethods in org.omg.CORBA that return ORBModifier and TypeMethodDescriptionLocalObject._orb()Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Objectmethod.private static ORBORB.create_impl(String className) 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.Methods in org.omg.CORBA with parameters of type ORBModifier and TypeMethodDescription -
Uses of ORB in org.omg.CORBA_2_3
Subclasses of ORB in org.omg.CORBA_2_3 -
Uses of ORB in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return ORBModifier and TypeMethodDescriptionObjectImpl._orb()Returns a reference to the ORB associated with this object and its delegate.Provides a reference to the orb associated with its parameter.InputStream.orb()Returns the ORB that created this InputStream.OutputStream.orb()Returns the ORB that created this OutputStream. -
Uses of ORB in org.omg.CosNaming
Methods in org.omg.CosNaming with parameters of type ORBModifier and TypeMethodDescription -
Uses of ORB in org.omg.CosTransactions
Methods in org.omg.CosTransactions with parameters of type ORBModifier and TypeMethodDescription -
Uses of ORB in org.omg.DynamicAny
Methods in org.omg.DynamicAny with parameters of type ORBModifier and TypeMethodDescription -
Uses of ORB in org.omg.Messaging
Methods in org.omg.Messaging with parameters of type ORBModifier and TypeMethodDescription -
Uses of ORB in org.omg.PortableServer
Methods in org.omg.PortableServer that return ORBModifier and TypeMethodDescriptionfinal ORBServant._orb()Returns the instance of the ORB currently associated with theServant(convenience method).Methods in org.omg.PortableServer with parameters of type ORBModifier and TypeMethodDescriptionfinal 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 -
Uses of ORB in org.omg.SendingContext
Methods in org.omg.SendingContext with parameters of type ORB