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 ORB
JavaStreamORBObjectCopierImpl.orb
private final ORB
ORBStreamObjectCopierImpl.orb
Constructors 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 ORB
CDRInputObject.orb()
CDRInputStream_1_0.orb()
abstract ORB
CDRInputStreamBase.orb()
final ORB
CDROutputObject.orb()
CDROutputStream_1_0.orb()
abstract ORB
CDROutputStreamBase.orb()
WrapperInputStream.orb()
Methods in com.sun.corba.ee.impl.encoding with parameters of type ORBModifier and TypeMethodDescription(package private) static ByteBuffer
CDROutputStream_1_0.allocateBuffer
(ORB orb, BufferManagerWrite bufferManager, boolean usePooledByteBuffers) TypeCodeOutputStream.createEncapsulation
(ORB _orb) (package private) void
CDRInputStream_1_0.init
(ORB orb, ByteBuffer byteBuffer, int bufferSize, ByteOrder byteOrder, BufferManagerRead bufferManager) (package private) abstract void
CDRInputStreamBase.init
(ORB orb, ByteBuffer byteBuffer, int bufferSize, ByteOrder byteOrder, BufferManagerRead bufferManager) void
CDROutputStream_1_0.init
(ORB orb, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) protected abstract void
CDROutputStreamBase.init
(ORB orb, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) static EncapsInputStream
EncapsInputStreamFactory.newEncapsInputStream
(ORB orb, byte[] data, int size) static EncapsInputStream
EncapsInputStreamFactory.newEncapsInputStream
(ORB orb, byte[] data, int size, GIOPVersion version) static EncapsInputStream
EncapsInputStreamFactory.newEncapsInputStream
(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase) static EncapsInputStream
EncapsInputStreamFactory.newEncapsInputStream
(ORB orb, byte[] buf, int size, ByteOrder byteOrder, GIOPVersion version) static EncapsInputStream
EncapsInputStreamFactory.newEncapsInputStream
(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) static TypeCodeInputStream
EncapsInputStreamFactory.newTypeCodeInputStream
(ORB orb, byte[] data, int size) static TypeCodeInputStream
EncapsInputStreamFactory.newTypeCodeInputStream
(ORB orb, byte[] data, int size, ByteOrder byteOrder, GIOPVersion version) static TypeCodeInputStream
EncapsInputStreamFactory.newTypeCodeInputStream
(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) final void
void
abstract void
static TypeCodeInputStream
TypeCodeInputStream.readEncapsulation
(InputStream is, ORB _orb) Constructors in com.sun.corba.ee.impl.encoding with parameters of type ORBModifierConstructorDescriptionprotected
CDRInputObject
(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 TypeCode
ValueUtility.createTypeCodeForClass
(ORB orb, Class c, ValueHandler vh) private static TypeCode
ValueUtility.createTypeCodeForClassInternal
(ORB orb, Class c, ValueHandler vh, ValueUtility.IdentityKeyValueStack createdIDs) private static TypeCode
ValueUtility.createTypeCodeInternal
(ORB orb, Class c, ValueHandler vh, String id, ValueUtility.IdentityKeyValueStack createdIDs) static TypeCode
ValueUtility.getPrimitiveTypeCodeForClass
(ORB orb, Class c, ValueHandler vh) static FullValueDescription
ValueUtility.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 TypeMethodDescriptionvoid
Connects 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 TypeCode
Util.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 TypeCode
Util.createTypeCodeForNull
(ORB orb) This is used to create the TypeCode for a null reference.void
Util.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 Object
TransientNameServer.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 TypeClassDescriptionclass
The JavaIDL ORB implementation.class
The 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 TypeMethodDescriptionvoid
static StubIORImpl
StubConnectImpl.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 Object
Utility.autoConnect
(Object obj, ORB orb, boolean convertToStub) Ensure that stubs, ties, and implementation objects are 'connected' to the runtime.static ValueFactory
Utility.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 TypeClassDescriptionclass
This 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 ORB
StubWrapper.getORB()
Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type ORBModifier and TypeMethodDescriptionvoid
Connect this dynamic stub to an ORB.static void
void
Object[]
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 TypeMethodDescriptionvoid
Connects this stub to an ORB.void
Delegation call forStub.connect(org.omg.CORBA.ORB)
.static Object
Util.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)
.void
Sets 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 ORB
CNCtx._defaultOrb
(package private) ORB
CNCtx._orb
(package private) ORB
OrbReuseTracker.orb
Methods in org.glassfish.jndi.cosnaming that return ORBMethods in org.glassfish.jndi.cosnaming with parameters of type ORBModifier and TypeMethodDescriptionprivate String
CNCtx.initUsingCorbanameUrl
(ORB orb, String url, Hashtable<?, ?> env) Initializes using "corbaname" URL (INS 99-12-03)private String
CNCtx.initUsingIiopUrl
(ORB defOrb, String url, Hashtable<?, ?> env) Handles "iiop" and "iiopname" URLs (INS 98-10-11)private String
CNCtx.initUsingUrl
(ORB orb, String url, Hashtable<?, ?> env) private void
CNCtx.setOrbAndRootContext
(ORB orb, String ncIor) private void
CNCtx.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 ORB
Get 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 Object
CorbaUtils.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_IMPLEMENT
exception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Object
method.private static ORB
ORB.create_impl
(String className) static ORB
ORB.init()
Returns theORB
singleton object.static ORB
ORB.init
(Applet app, Properties props) Creates a newORB
instance for an applet.static ORB
ORB.init
(String[] args, Properties props) Creates a newORB
instance 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 ORB
Servant._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 Object
Servant._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