Uses of Class
org.omg.CORBA.ORB
-
Packages that use ORB Package Description com.sun.corba.ee.impl.copyobject com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.io com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.javax.rmi.CORBA com.sun.corba.ee.impl.legacy.connection com.sun.corba.ee.impl.naming.cosnaming com.sun.corba.ee.impl.oa.poa com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.presentation.rmi com.sun.corba.ee.impl.protocol com.sun.corba.ee.impl.util com.sun.corba.ee.org.omg.CORBA com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.com.sun.corba.ee.spi.legacy.connection com.sun.corba.ee.spi.orb com.sun.corba.ee.spi.presentation.rmi javax.rmi.CORBA Contains portability APIs for RMI-IIOP.org.glassfish.jndi.cosnaming org.glassfish.jndi.toolkit.corba org.omg.CORBA 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).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 org.omg.CosTransactions org.omg.DynamicAny org.omg.Messaging org.omg.PortableServer org.omg.PortableServer.portable org.omg.SendingContext -
-
Uses of ORB in com.sun.corba.ee.impl.copyobject
Fields in com.sun.corba.ee.impl.copyobject declared as ORB Modifier and Type Field Description private ORB
JavaStreamORBObjectCopierImpl. orb
private ORB
ORBStreamObjectCopierImpl. orb
Constructors in com.sun.corba.ee.impl.copyobject with parameters of type ORB Constructor Description JavaStreamORBObjectCopierImpl(ORB orb)
OldReflectObjectCopierImpl(ORB orb)
ORBStreamObjectCopierImpl(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.corba
Fields in com.sun.corba.ee.impl.corba declared as ORB Modifier and Type Field Description private ORB
ContextImpl. _orb
private ORB
ContextListImpl. _orb
Constructors in com.sun.corba.ee.impl.corba with parameters of type ORB Constructor Description ContextImpl(ORB orb)
ContextListImpl(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return ORB Modifier and Type Method Description ORB
CDRInputObject. orb()
ORB
CDRInputStream_1_0. orb()
abstract ORB
CDRInputStreamBase. orb()
ORB
CDROutputObject. orb()
ORB
CDROutputStream_1_0. orb()
abstract ORB
CDROutputStreamBase. orb()
ORB
WrapperInputStream. orb()
Methods in com.sun.corba.ee.impl.encoding with parameters of type ORB Modifier and Type Method Description (package private) static java.nio.ByteBuffer
CDROutputStream_1_0. allocateBuffer(ORB orb, BufferManagerWrite bufferManager, boolean usePooledByteBuffers)
TypeCodeOutputStream
TypeCodeOutputStream. createEncapsulation(ORB _orb)
(package private) void
CDRInputStream_1_0. init(ORB orb, java.nio.ByteBuffer byteBuffer, int bufferSize, java.nio.ByteOrder byteOrder, BufferManagerRead bufferManager)
(package private) abstract void
CDRInputStreamBase. init(ORB orb, java.nio.ByteBuffer byteBuffer, int bufferSize, java.nio.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, java.nio.ByteOrder byteOrder, GIOPVersion version)
static EncapsInputStream
EncapsInputStreamFactory. newEncapsInputStream(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
static TypeCodeInputStream
EncapsInputStreamFactory. newTypeCodeInputStream(ORB orb, byte[] data, int size)
static TypeCodeInputStream
EncapsInputStreamFactory. newTypeCodeInputStream(ORB orb, byte[] data, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
static TypeCodeInputStream
EncapsInputStreamFactory. newTypeCodeInputStream(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
void
CDRInputObject. orb(ORB orb)
void
CDRInputStream_1_0. orb(ORB orb)
abstract void
CDRInputStreamBase. orb(ORB orb)
static TypeCodeInputStream
TypeCodeInputStream. readEncapsulation(InputStream is, ORB _orb)
Constructors in com.sun.corba.ee.impl.encoding with parameters of type ORB Constructor Description CDRInputObject(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.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, java.nio.ByteOrder byteOrder, GIOPVersion version)
EncapsInputStream(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
TypeCodeInputStream(ORB orb, byte[] data, int size)
TypeCodeInputStream(ORB orb, byte[] data, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
TypeCodeInputStream(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)
-
Uses of ORB in com.sun.corba.ee.impl.folb
Fields in com.sun.corba.ee.impl.folb declared as ORB Modifier and Type Field Description private ORB
InitialGroupInfoService.InitialGISImpl. orb
Methods in com.sun.corba.ee.impl.folb with parameters of type ORB Modifier and Type Method Description void
InitialGroupInfoService. bindName(ORB orb)
Constructors in com.sun.corba.ee.impl.folb with parameters of type ORB Constructor Description InitialGISImpl(ORB orb)
InitialGISServantLocator(ORB orb)
InitialGroupInfoService(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ORB Modifier and Type Field Description private ORB
CDREncapsCodec. orb
private ORB
CodecFactoryImpl. orb
Methods in com.sun.corba.ee.impl.interceptors that return ORB Modifier and Type Method Description ORB
PICurrent. _orb()
ORB
RequestInfoImpl. _orb()
Constructors in com.sun.corba.ee.impl.interceptors with parameters of type ORB Constructor Description CDREncapsCodec(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 ORB Modifier and Type Field Description private ORB
FVDCodeBaseImpl. orb
Methods in com.sun.corba.ee.impl.io with parameters of type ORB Modifier and Type Method Description static TypeCode
ValueUtility. createTypeCodeForClass(ORB orb, java.lang.Class c, ValueHandler vh)
private static TypeCode
ValueUtility. createTypeCodeForClassInternal(ORB orb, java.lang.Class c, ValueHandler vh, ValueUtility.IdentityKeyValueStack createdIDs)
private static TypeCode
ValueUtility. createTypeCodeInternal(ORB orb, java.lang.Class c, ValueHandler vh, java.lang.String id, ValueUtility.IdentityKeyValueStack createdIDs)
static TypeCode
ValueUtility. getPrimitiveTypeCodeForClass(ORB orb, java.lang.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 ORB Modifier and Type Method Description TaggedComponent
TaggedComponentFactoryFinderImpl. create(ORB orb, TaggedComponent comp)
byte[]
ObjectKeyImpl. getBytes(ORB orb)
Delegate
StubIORImpl. getDelegate(ORB orb)
TaggedComponent
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 ORB Modifier and Type Method Description void
StubDelegateImpl. connect(Stub self, ORB orb)
Connects this stub to an ORB.java.lang.Object
Util. copyObject(java.lang.Object obj, ORB orb)
Copies or connects an object.java.lang.Object[]
Util. copyObjects(java.lang.Object[] obj, ORB orb)
Copies or connects an array of objects.private TypeCode
Util. createTypeCode(java.io.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 ORB Modifier and Type Method Description SocketInfo
DefaultSocketFactory. 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 ORB Modifier and Type Field Description protected ORB
BindingIteratorImpl. orb
Methods in com.sun.corba.ee.impl.naming.cosnaming with parameters of type ORB Modifier and Type Method Description private static Object
TransientNameServer. initializeRootNamingContext(ORB orb)
Constructors in com.sun.corba.ee.impl.naming.cosnaming with parameters of type ORB Constructor Description BindingIteratorImpl(ORB orb)
Create a binding iterator servant.TransientBindingIterator(ORB orb, java.util.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 Modifier and Type Method Description ORB
DelegateImpl. orb(Servant self)
-
Uses of ORB in com.sun.corba.ee.impl.orb
Subclasses of ORB in com.sun.corba.ee.impl.orb Modifier and Type Class Description class
ORBImpl
The JavaIDL ORB implementation.class
ORBSingleton
The restricted singleton ORB implementation.Methods in com.sun.corba.ee.impl.orb with parameters of type ORB Modifier and Type Method Description SocketInfo
ParserTable.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 ORB Modifier and Type Method Description ORB
DynamicStubImpl. getORB()
ORB
ReflectiveTie. orb()
Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type ORB Modifier and Type Method Description void
DynamicStubImpl. connect(ORB orb)
static StubIORImpl
StubConnectImpl. connect(StubIORImpl ior, Object proxy, ObjectImpl stub, ORB orb)
Connect the stub to the orb if necessary.java.lang.Object[]
DynamicMethodMarshallerImpl. copyArguments(java.lang.Object[] args, ORB orb)
java.lang.Object
DynamicMethodMarshallerImpl. copyResult(java.lang.Object result, ORB orb)
void
ReflectiveTie. orb(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return ORB Modifier and Type Method Description ORB
ClientDelegateImpl. orb(Object obj)
-
Uses of ORB in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util with parameters of type ORB Modifier and Type Method Description static java.lang.Object
Utility. autoConnect(java.lang.Object obj, ORB orb, boolean convertToStub)
Ensure that stubs, ties, and implementation objects are 'connected' to the runtime.static ValueFactory
Utility. getFactory(java.lang.Class clazz, java.lang.String codebase, ORB orb, java.lang.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.CORBA Modifier and Type Class Description class
ORB
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 ORB Modifier and Type Method Description TaggedComponent
TaggedComponentFactoryFinder. create(ORB orb, TaggedComponent comp)
Create a tagged component from a GIOP marshalled representation of a tagged component.byte[]
ObjectKey. getBytes(ORB orb)
TaggedComponent
TaggedComponent. getIOPComponent(ORB orb)
TaggedComponent
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 ORB Modifier and Type Method Description SocketInfo
ORBSocketFactory. 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 Modifier and Type Class Description class
ORB
-
Uses of ORB in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi that return ORB Modifier and Type Method Description ORB
DynamicStub. getORB()
Similar to ObjectImpl._orb()static ORB
StubAdapter. getORB(java.lang.Object stub)
ORB
StubWrapper. getORB()
Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type ORB Modifier and Type Method Description void
DynamicStub. connect(ORB orb)
Connect this dynamic stub to an ORB.static void
StubAdapter. connect(java.lang.Object stub, ORB orb)
void
StubWrapper. connect(ORB orb)
java.lang.Object[]
DynamicMethodMarshaller. copyArguments(java.lang.Object[] args, ORB orb)
Copy the arguments as needed for this particular method.java.lang.Object
DynamicMethodMarshaller. copyResult(java.lang.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 ORB Modifier and Type Method Description ORB
Tie. orb()
Returns the ORB for this tie.Methods in javax.rmi.CORBA with parameters of type ORB Modifier and Type Method Description void
Stub. connect(ORB orb)
Connects this stub to an ORB.void
StubDelegate. connect(Stub self, ORB orb)
Delegation call forStub.connect(org.omg.CORBA.ORB)
.static java.lang.Object
Util. copyObject(java.lang.Object obj, ORB orb)
Copies or connects an object.java.lang.Object
UtilDelegate. copyObject(java.lang.Object obj, ORB orb)
Delegation call forUtil.copyObject(java.lang.Object, org.omg.CORBA.ORB)
.static java.lang.Object[]
Util. copyObjects(java.lang.Object[] obj, ORB orb)
Copies or connects an array of objects.java.lang.Object[]
UtilDelegate. copyObjects(java.lang.Object[] obj, ORB orb)
Delegation call forUtil.copyObjects(java.lang.Object[], org.omg.CORBA.ORB)
.void
Tie. orb(ORB orb)
Sets the ORB for this tie. -
Uses of ORB in org.glassfish.jndi.cosnaming
Fields in org.glassfish.jndi.cosnaming declared as ORB Modifier and Type Field Description private static ORB
CNCtx. _defaultOrb
(package private) ORB
CNCtx. _orb
(package private) ORB
OrbReuseTracker. orb
Methods in org.glassfish.jndi.cosnaming that return ORB Modifier and Type Method Description private static ORB
CNCtx. getDefaultOrb()
Methods in org.glassfish.jndi.cosnaming with parameters of type ORB Modifier and Type Method Description private java.lang.String
CNCtx. initUsingCorbanameUrl(ORB orb, java.lang.String url, java.util.Hashtable<?,?> env)
Initializes using "corbaname" URL (INS 99-12-03)private java.lang.String
CNCtx. initUsingIiopUrl(ORB defOrb, java.lang.String url, java.util.Hashtable<?,?> env)
Handles "iiop" and "iiopname" URLs (INS 98-10-11)private java.lang.String
CNCtx. initUsingUrl(ORB orb, java.lang.String url, java.util.Hashtable<?,?> env)
private void
CNCtx. setOrbAndRootContext(ORB orb, java.lang.String ncIor)
private void
CNCtx. setOrbAndRootContext(ORB orb, Object ncRef)
Constructors in org.glassfish.jndi.cosnaming with parameters of type ORB Constructor Description CNCtx(ORB orb, OrbReuseTracker tracker, NamingContext nctx, java.util.Hashtable<java.lang.String,java.lang.Object> env, NameComponent[] name)
Creates a CNCtx object which supports the javax.naming apis given a COS Naming Context object.OrbReuseTracker(ORB orb)
-
Uses of ORB in org.glassfish.jndi.toolkit.corba
Methods in org.glassfish.jndi.toolkit.corba that return ORB Modifier and Type Method Description static ORB
CorbaUtils. getOrb(java.lang.String server, int port, java.util.Hashtable<?,?> env)
Get ORB using given server and port number, and properties from environment.Methods in org.glassfish.jndi.toolkit.corba with parameters of type ORB Modifier and Type Method Description static Object
CorbaUtils. remoteToCorba(java.rmi.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 ORB Modifier and Type Field Description private static ORB
ORB. singleton
Methods in org.omg.CORBA that return ORB Modifier and Type Method Description ORB
LocalObject. _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(java.lang.String className)
static ORB
ORB. init()
Returns theORB
singleton object.static ORB
ORB. init(java.applet.Applet app, java.util.Properties props)
Creates a newORB
instance for an applet.static ORB
ORB. init(java.lang.String[] args, java.util.Properties props)
Creates a newORB
instance for a standalone application.Methods in org.omg.CORBA with parameters of type ORB Modifier and Type Method Description AliasDef
AliasDefPOA. _this(ORB orb)
ArrayDef
ArrayDefPOA. _this(ORB orb)
AttributeDef
AttributeDefPOA. _this(ORB orb)
ConstantDef
ConstantDefPOA. _this(ORB orb)
Contained
ContainedPOA. _this(ORB orb)
Container
ContainerPOA. _this(ORB orb)
EnumDef
EnumDefPOA. _this(ORB orb)
ExceptionDef
ExceptionDefPOA. _this(ORB orb)
InterfaceDef
InterfaceDefPOA. _this(ORB orb)
ModuleDef
ModuleDefPOA. _this(ORB orb)
NativeDef
NativeDefPOA. _this(ORB orb)
OperationDef
OperationDefPOA. _this(ORB orb)
PrimitiveDef
PrimitiveDefPOA. _this(ORB orb)
Repository
RepositoryPOA. _this(ORB orb)
SequenceDef
SequenceDefPOA. _this(ORB orb)
StringDef
StringDefPOA. _this(ORB orb)
StructDef
StructDefPOA. _this(ORB orb)
TypedefDef
TypedefDefPOA. _this(ORB orb)
UnionDef
UnionDefPOA. _this(ORB orb)
ValueBoxDef
ValueBoxDefPOA. _this(ORB orb)
ValueDef
ValueDefPOA. _this(ORB orb)
ValueMemberDef
ValueMemberDefPOA. _this(ORB orb)
-
Uses of ORB in org.omg.CORBA_2_3
Subclasses of ORB in org.omg.CORBA_2_3 Modifier and Type Class Description class
ORB
A class extendingORB
to 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 ORB
ObjectImpl. _orb()
Returns a reference to the ORB associated with this object and its delegate.ORB
Delegate. orb(Object obj)
Provides a reference to the orb associated with its parameter.ORB
InputStream. orb()
Returns the ORB that created this InputStream.ORB
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 ORB Modifier and Type Method Description BindingIterator
BindingIteratorPOA. _this(ORB orb)
NamingContextExt
NamingContextExtPOA. _this(ORB orb)
NamingContext
NamingContextPOA. _this(ORB orb)
-
Uses of ORB in org.omg.CosTransactions
Methods in org.omg.CosTransactions with parameters of type ORB Modifier and Type Method Description Control
ControlPOA. _this(ORB orb)
Coordinator
CoordinatorPOA. _this(ORB orb)
Current
CurrentPOA. _this(ORB orb)
InvocationPolicy
InvocationPolicyPOA. _this(ORB orb)
NonTxTargetPolicy
NonTxTargetPolicyPOA. _this(ORB orb)
OTSPolicy
OTSPolicyPOA. _this(ORB orb)
RecoveryCoordinator
RecoveryCoordinatorPOA. _this(ORB orb)
Resource
ResourcePOA. _this(ORB orb)
SubtransactionAwareResource
SubtransactionAwareResourcePOA. _this(ORB orb)
Synchronization
SynchronizationPOA. _this(ORB orb)
Terminator
TerminatorPOA. _this(ORB orb)
TransactionalObject
TransactionalObjectPOA. _this(ORB orb)
TransactionFactory
TransactionFactoryPOA. _this(ORB orb)
-
Uses of ORB in org.omg.DynamicAny
Methods in org.omg.DynamicAny with parameters of type ORB Modifier and Type Method Description DynAnyFactory
DynAnyFactoryPOA. _this(ORB orb)
DynAny
DynAnyPOA. _this(ORB orb)
DynArray
DynArrayPOA. _this(ORB orb)
DynEnum
DynEnumPOA. _this(ORB orb)
DynFixed
DynFixedPOA. _this(ORB orb)
DynSequence
DynSequencePOA. _this(ORB orb)
DynStruct
DynStructPOA. _this(ORB orb)
DynUnion
DynUnionPOA. _this(ORB orb)
DynValueBox
DynValueBoxPOA. _this(ORB orb)
DynValueCommon
DynValueCommonPOA. _this(ORB orb)
DynValue
DynValuePOA. _this(ORB orb)
-
Uses of ORB in org.omg.Messaging
Methods in org.omg.Messaging with parameters of type ORB Modifier and Type Method Description MaxHopsPolicy
MaxHopsPolicyPOA. _this(ORB orb)
QueueOrderPolicy
QueueOrderPolicyPOA. _this(ORB orb)
RebindPolicy
RebindPolicyPOA. _this(ORB orb)
RelativeRequestTimeoutPolicy
RelativeRequestTimeoutPolicyPOA. _this(ORB orb)
RelativeRoundtripTimeoutPolicy
RelativeRoundtripTimeoutPolicyPOA. _this(ORB orb)
ReplyEndTimePolicy
ReplyEndTimePolicyPOA. _this(ORB orb)
ReplyPriorityPolicy
ReplyPriorityPolicyPOA. _this(ORB orb)
ReplyStartTimePolicy
ReplyStartTimePolicyPOA. _this(ORB orb)
RequestEndTimePolicy
RequestEndTimePolicyPOA. _this(ORB orb)
RequestPriorityPolicy
RequestPriorityPolicyPOA. _this(ORB orb)
RequestStartTimePolicy
RequestStartTimePolicyPOA. _this(ORB orb)
RoutingPolicy
RoutingPolicyPOA. _this(ORB orb)
SyncScopePolicy
SyncScopePolicyPOA. _this(ORB orb)
-
Uses of ORB in org.omg.PortableServer
Methods in org.omg.PortableServer that return ORB Modifier and Type Method Description ORB
Servant. _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 ServantActivator
ServantActivatorPOA. _this(ORB orb)
ServantLocator
ServantLocatorPOA. _this(ORB orb)
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 Modifier and Type Method Description ORB
Delegate. orb(Servant Self)
Convenience method that returns the instance of the ORB currently associated with the Servant. -
Uses of ORB in org.omg.SendingContext
Methods in org.omg.SendingContext with parameters of type ORB Modifier and Type Method Description CodeBase
CodeBasePOA. _this(ORB orb)
RunTime
RunTimePOA. _this(ORB orb)
-