Uses of Class
org.omg.CORBA.ORB
Packages that use ORB
Package
Description
-
Uses of ORB in com.sun.corba.se.impl.activation
Methods in com.sun.corba.se.impl.activation with parameters of type ORBModifier and TypeMethodDescriptionbooleanCommandHandler.processCommand(String[] cmd, ORB orb, PrintStream out) -
Uses of ORB in com.sun.corba.se.impl.copyobject
Constructors in com.sun.corba.se.impl.copyobject with parameters of type ORBModifierConstructorDescription -
Uses of ORB in com.sun.corba.se.impl.corba
Constructors in com.sun.corba.se.impl.corba with parameters of type ORB -
Uses of ORB in com.sun.corba.se.impl.encoding
Methods in com.sun.corba.se.impl.encoding that return ORBModifier and TypeMethodDescriptionCDRInputStream_1_0.orb()final ORBCDRInputStream.orb()CDROutputStream_1_0.orb()final ORBCDROutputStream.orb()IDLJavaSerializationInputStream.orb()WrapperInputStream.orb()Methods in com.sun.corba.se.impl.encoding with parameters of type ORBModifier and TypeMethodDescriptionTypeCodeOutputStream.createEncapsulation(ORB _orb) voidCDRInputStream_1_0.init(ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, BufferManagerRead bufferManager) NOTE: size passed to init means buffer sizevoidCDROutputStream_1_0.init(ORB orb, boolean littleEndian, BufferManagerWrite bufferManager, byte streamFormatVersion) voidCDROutputStream_1_0.init(ORB orb, boolean littleEndian, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) voidIDLJavaSerializationInputStream.init(ORB orb, ByteBuffer byteBuffer, int bufSize, boolean littleEndian, BufferManagerRead bufferManager) voidfinal voidvoidstatic TypeCodeInputStreamTypeCodeInputStream.readEncapsulation(InputStream is, ORB _orb) Constructors in com.sun.corba.se.impl.encoding with parameters of type ORBModifierConstructorDescriptionByteBufferWithInfo(ORB orb, BufferManagerWrite bufferManager) ByteBufferWithInfo(ORB orb, BufferManagerWrite bufferManager, boolean usePooledByteBuffers) ByteBufferWithInfo(ORB orb, ByteBuffer byteBuffer) ByteBufferWithInfo(ORB orb, ByteBuffer byteBuffer, int index) CDRInputStream(ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version, byte encodingVersion, BufferManagerRead bufMgr) EncapsInputStream(ORB orb, byte[] data, int size) EncapsInputStream(ORB orb, byte[] buf, int size, boolean littleEndian, GIOPVersion version) 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, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version) TypeCodeInputStream(ORB orb, byte[] data, int size) TypeCodeInputStream(ORB orb, byte[] data, int size, boolean littleEndian, GIOPVersion version) TypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version) -
Uses of ORB in com.sun.corba.se.impl.interceptors
Constructors in com.sun.corba.se.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.se.impl.io
Methods in com.sun.corba.se.impl.io with parameters of type ORBModifier and TypeMethodDescriptionstatic TypeCodeValueUtility.createTypeCodeForClass(ORB orb, Class c, ValueHandler vh) static TypeCodeValueUtility.getPrimitiveTypeCodeForClass(ORB orb, Class c, ValueHandler vh) static FullValueDescriptionValueUtility.translate(ORB orb, ObjectStreamClass osc, ValueHandler vh) -
Uses of ORB in com.sun.corba.se.impl.ior
Methods in com.sun.corba.se.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.se.impl.javax.rmi.CORBA
Methods in com.sun.corba.se.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.voidUtil.unregisterTargetsForORB(ORB orb) -
Uses of ORB in com.sun.corba.se.impl.legacy.connection
Methods in com.sun.corba.se.impl.legacy.connection with parameters of type ORBModifier and TypeMethodDescriptionDefaultSocketFactory.getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo) -
Uses of ORB in com.sun.corba.se.impl.naming.cosnaming
Fields in com.sun.corba.se.impl.naming.cosnaming declared as ORBConstructors in com.sun.corba.se.impl.naming.cosnaming with parameters of type ORBModifierConstructorDescriptionBindingIteratorImpl(ORB orb) Create a binding iterator servant.TransientBindingIterator(ORB orb, Hashtable aTable, POA thePOA) Constructs a new TransientBindingIterator object. -
Uses of ORB in com.sun.corba.se.impl.naming.pcosnaming
Constructors in com.sun.corba.se.impl.naming.pcosnaming with parameters of type ORBModifierConstructorDescriptionPersistentBindingIterator(ORB orb, Hashtable aTable, POA thePOA) Constructs a new PersistentBindingIterator object. -
Uses of ORB in com.sun.corba.se.impl.oa.poa
Methods in com.sun.corba.se.impl.oa.poa that return ORB -
Uses of ORB in com.sun.corba.se.impl.orb
Subclasses of ORB in com.sun.corba.se.impl.orbModifier and TypeClassDescriptionclassThe JavaIDL ORB implementation.classMethods in com.sun.corba.se.impl.orb with parameters of type ORBModifier and TypeMethodDescriptionParserTable.TestLegacyORBSocketFactory.getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo) -
Uses of ORB in com.sun.corba.se.impl.presentation.rmi
Methods in com.sun.corba.se.impl.presentation.rmi that return ORBMethods in com.sun.corba.se.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.void -
Uses of ORB in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol that return ORB -
Uses of ORB in com.sun.corba.se.impl.util
Methods in com.sun.corba.se.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.se.internal.corba
Subclasses of ORB in com.sun.corba.se.internal.corba -
Uses of ORB in com.sun.corba.se.internal.iiop
Subclasses of ORB in com.sun.corba.se.internal.iiop -
Uses of ORB in com.sun.corba.se.internal.Interceptors
Subclasses of ORB in com.sun.corba.se.internal.Interceptors -
Uses of ORB in com.sun.corba.se.internal.POA
Subclasses of ORB in com.sun.corba.se.internal.POA -
Uses of ORB in com.sun.corba.se.org.omg.CORBA
Subclasses of ORB in com.sun.corba.se.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.se.spi.activation
Methods in com.sun.corba.se.spi.activation with parameters of type ORB -
Uses of ORB in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.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.se.spi.legacy.connection
Methods in com.sun.corba.se.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.se.spi.orb
Subclasses of ORB in com.sun.corba.se.spi.orb -
Uses of ORB in com.sun.corba.se.spi.presentation.rmi
Methods in com.sun.corba.se.spi.presentation.rmi that return ORBModifier and TypeMethodDescriptionDynamicStub.getORB()Similar to ObjectImpl.static ORBStubWrapper.getORB()Methods in com.sun.corba.se.spi.presentation.rmi with parameters of type ORB -
Uses of ORB in com.sun.jndi.toolkit.corba
Methods in com.sun.jndi.toolkit.corba that return ORBModifier and TypeMethodDescriptionstatic ORBGet ORB using given server and port number, and properties from environment.Methods in com.sun.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 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.omg.CORBA
Methods 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."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_3Modifier and TypeClassDescriptionclassA class extendingorg.omg.CORBA.ORBto make the ORB portable under the OMG CORBA version 2.3 specification. -
Uses of ORB in org.omg.CORBA.ComponentIR
Methods in org.omg.CORBA.ComponentIR with parameters of type ORBModifier and TypeMethodDescription -
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.DynamicAny
Methods in org.omg.DynamicAny 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 sun.corba
Modifier and TypeMethodDescriptionstatic EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, byte[] data, int size) static EncapsInputStreamEncapsInputStreamFactory.newEncapsInputStream(ORB orb, byte[] buf, int size, boolean littleEndian, GIOPVersion version) 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, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version) static TypeCodeInputStreamEncapsInputStreamFactory.newTypeCodeInputStream(ORB orb, byte[] data, int size) static TypeCodeInputStreamEncapsInputStreamFactory.newTypeCodeInputStream(ORB orb, byte[] buf, int size, boolean littleEndian, GIOPVersion version) static TypeCodeInputStreamEncapsInputStreamFactory.newTypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version)