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 ORBJavaStreamORBObjectCopierImpl. orbprivate ORBORBStreamObjectCopierImpl. orbConstructors 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 ORBContextImpl. _orbprivate ORBContextListImpl. _orbConstructors 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 ORBCDRInputObject. orb()ORBCDRInputStream_1_0. orb()abstract ORBCDRInputStreamBase. orb()ORBCDROutputObject. orb()ORBCDROutputStream_1_0. orb()abstract ORBCDROutputStreamBase. orb()ORBWrapperInputStream. orb()Methods in com.sun.corba.ee.impl.encoding with parameters of type ORB Modifier and Type Method Description (package private) static java.nio.ByteBufferCDROutputStream_1_0. allocateBuffer(ORB orb, BufferManagerWrite bufferManager, boolean usePooledByteBuffers)TypeCodeOutputStreamTypeCodeOutputStream. createEncapsulation(ORB _orb)(package private) voidCDRInputStream_1_0. init(ORB orb, java.nio.ByteBuffer byteBuffer, int bufferSize, java.nio.ByteOrder byteOrder, BufferManagerRead bufferManager)(package private) abstract voidCDRInputStreamBase. init(ORB orb, java.nio.ByteBuffer byteBuffer, int bufferSize, java.nio.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, java.nio.ByteOrder byteOrder, GIOPVersion version)static EncapsInputStreamEncapsInputStreamFactory. newEncapsInputStream(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)static TypeCodeInputStreamEncapsInputStreamFactory. newTypeCodeInputStream(ORB orb, byte[] data, int size)static TypeCodeInputStreamEncapsInputStreamFactory. newTypeCodeInputStream(ORB orb, byte[] data, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)static TypeCodeInputStreamEncapsInputStreamFactory. newTypeCodeInputStream(ORB orb, java.nio.ByteBuffer byteBuffer, int size, java.nio.ByteOrder byteOrder, GIOPVersion version)voidCDRInputObject. orb(ORB orb)voidCDRInputStream_1_0. orb(ORB orb)abstract voidCDRInputStreamBase. orb(ORB orb)static TypeCodeInputStreamTypeCodeInputStream. 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 ORBInitialGroupInfoService.InitialGISImpl. orbMethods in com.sun.corba.ee.impl.folb with parameters of type ORB Modifier and Type Method Description voidInitialGroupInfoService. 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 ORBCDREncapsCodec. orbprivate ORBCodecFactoryImpl. orbMethods in com.sun.corba.ee.impl.interceptors that return ORB Modifier and Type Method Description ORBPICurrent. _orb()ORBRequestInfoImpl. _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 ORBFVDCodeBaseImpl. orbMethods in com.sun.corba.ee.impl.io with parameters of type ORB Modifier and Type Method Description static TypeCodeValueUtility. createTypeCodeForClass(ORB orb, java.lang.Class c, ValueHandler vh)private static TypeCodeValueUtility. createTypeCodeForClassInternal(ORB orb, java.lang.Class c, ValueHandler vh, ValueUtility.IdentityKeyValueStack createdIDs)private static TypeCodeValueUtility. createTypeCodeInternal(ORB orb, java.lang.Class c, ValueHandler vh, java.lang.String id, ValueUtility.IdentityKeyValueStack createdIDs)static TypeCodeValueUtility. getPrimitiveTypeCodeForClass(ORB orb, java.lang.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 ORB Modifier and Type Method Description TaggedComponentTaggedComponentFactoryFinderImpl. create(ORB orb, TaggedComponent comp)byte[]ObjectKeyImpl. getBytes(ORB orb)DelegateStubIORImpl. getDelegate(ORB orb)TaggedComponentGenericTaggedComponent. 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 voidStubDelegateImpl. connect(Stub self, ORB orb)Connects this stub to an ORB.java.lang.ObjectUtil. 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 TypeCodeUtil. 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 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 ORB Modifier and Type Method Description SocketInfoDefaultSocketFactory. 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 ORBBindingIteratorImpl. orbMethods in com.sun.corba.ee.impl.naming.cosnaming with parameters of type ORB Modifier and Type Method Description private static ObjectTransientNameServer. 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 ORBDelegateImpl. 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 classORBImplThe JavaIDL ORB implementation.classORBSingletonThe restricted singleton ORB implementation.Methods in com.sun.corba.ee.impl.orb with parameters of type ORB Modifier and Type Method Description SocketInfoParserTable.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 ORBDynamicStubImpl. getORB()ORBReflectiveTie. orb()Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type ORB Modifier and Type Method Description voidDynamicStubImpl. connect(ORB orb)static StubIORImplStubConnectImpl. 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.ObjectDynamicMethodMarshallerImpl. copyResult(java.lang.Object result, ORB orb)voidReflectiveTie. 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 ORBClientDelegateImpl. 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.ObjectUtility. autoConnect(java.lang.Object obj, ORB orb, boolean convertToStub)Ensure that stubs, ties, and implementation objects are 'connected' to the runtime.static ValueFactoryUtility. 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 classORBThis 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 TaggedComponentTaggedComponentFactoryFinder. create(ORB orb, TaggedComponent comp)Create a tagged component from a GIOP marshalled representation of a tagged component.byte[]ObjectKey. getBytes(ORB orb)TaggedComponentTaggedComponent. getIOPComponent(ORB orb)TaggedComponentTaggedComponentBase. 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 SocketInfoORBSocketFactory. 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 classORB -
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 ORBDynamicStub. getORB()Similar to ObjectImpl._orb()static ORBStubAdapter. getORB(java.lang.Object stub)ORBStubWrapper. getORB()Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type ORB Modifier and Type Method Description voidDynamicStub. connect(ORB orb)Connect this dynamic stub to an ORB.static voidStubAdapter. connect(java.lang.Object stub, ORB orb)voidStubWrapper. 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.ObjectDynamicMethodMarshaller. 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 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 java.lang.ObjectUtil. copyObject(java.lang.Object obj, ORB orb)Copies or connects an object.java.lang.ObjectUtilDelegate. 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).voidTie. 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 ORBCNCtx. _defaultOrb(package private) ORBCNCtx. _orb(package private) ORBOrbReuseTracker. orbMethods in org.glassfish.jndi.cosnaming that return ORB Modifier and Type Method Description private static ORBCNCtx. getDefaultOrb()Methods in org.glassfish.jndi.cosnaming with parameters of type ORB Modifier and Type Method Description private java.lang.StringCNCtx. initUsingCorbanameUrl(ORB orb, java.lang.String url, java.util.Hashtable<?,?> env)Initializes using "corbaname" URL (INS 99-12-03)private java.lang.StringCNCtx. initUsingIiopUrl(ORB defOrb, java.lang.String url, java.util.Hashtable<?,?> env)Handles "iiop" and "iiopname" URLs (INS 98-10-11)private java.lang.StringCNCtx. initUsingUrl(ORB orb, java.lang.String url, java.util.Hashtable<?,?> env)private voidCNCtx. setOrbAndRootContext(ORB orb, java.lang.String ncIor)private voidCNCtx. 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 ORBCorbaUtils. 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 ObjectCorbaUtils. 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 ORBORB. singletonMethods 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." This method is the default implementation of theorg.omg.CORBA.Objectmethod.private static ORBORB. create_impl(java.lang.String className)static ORBORB. init()Returns theORBsingleton object.static ORBORB. init(java.applet.Applet app, java.util.Properties props)Creates a newORBinstance for an applet.static ORBORB. init(java.lang.String[] args, java.util.Properties props)Creates a newORBinstance for a standalone application.Methods in org.omg.CORBA with parameters of type ORB Modifier and Type Method Description AliasDefAliasDefPOA. _this(ORB orb)ArrayDefArrayDefPOA. _this(ORB orb)AttributeDefAttributeDefPOA. _this(ORB orb)ConstantDefConstantDefPOA. _this(ORB orb)ContainedContainedPOA. _this(ORB orb)ContainerContainerPOA. _this(ORB orb)EnumDefEnumDefPOA. _this(ORB orb)ExceptionDefExceptionDefPOA. _this(ORB orb)InterfaceDefInterfaceDefPOA. _this(ORB orb)ModuleDefModuleDefPOA. _this(ORB orb)NativeDefNativeDefPOA. _this(ORB orb)OperationDefOperationDefPOA. _this(ORB orb)PrimitiveDefPrimitiveDefPOA. _this(ORB orb)RepositoryRepositoryPOA. _this(ORB orb)SequenceDefSequenceDefPOA. _this(ORB orb)StringDefStringDefPOA. _this(ORB orb)StructDefStructDefPOA. _this(ORB orb)TypedefDefTypedefDefPOA. _this(ORB orb)UnionDefUnionDefPOA. _this(ORB orb)ValueBoxDefValueBoxDefPOA. _this(ORB orb)ValueDefValueDefPOA. _this(ORB orb)ValueMemberDefValueMemberDefPOA. _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 classORBA class extendingORBto 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.CosTransactions
Methods in org.omg.CosTransactions with parameters of type ORB Modifier and Type Method Description ControlControlPOA. _this(ORB orb)CoordinatorCoordinatorPOA. _this(ORB orb)CurrentCurrentPOA. _this(ORB orb)InvocationPolicyInvocationPolicyPOA. _this(ORB orb)NonTxTargetPolicyNonTxTargetPolicyPOA. _this(ORB orb)OTSPolicyOTSPolicyPOA. _this(ORB orb)RecoveryCoordinatorRecoveryCoordinatorPOA. _this(ORB orb)ResourceResourcePOA. _this(ORB orb)SubtransactionAwareResourceSubtransactionAwareResourcePOA. _this(ORB orb)SynchronizationSynchronizationPOA. _this(ORB orb)TerminatorTerminatorPOA. _this(ORB orb)TransactionalObjectTransactionalObjectPOA. _this(ORB orb)TransactionFactoryTransactionFactoryPOA. _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 DynAnyFactoryDynAnyFactoryPOA. _this(ORB orb)DynAnyDynAnyPOA. _this(ORB orb)DynArrayDynArrayPOA. _this(ORB orb)DynEnumDynEnumPOA. _this(ORB orb)DynFixedDynFixedPOA. _this(ORB orb)DynSequenceDynSequencePOA. _this(ORB orb)DynStructDynStructPOA. _this(ORB orb)DynUnionDynUnionPOA. _this(ORB orb)DynValueBoxDynValueBoxPOA. _this(ORB orb)DynValueCommonDynValueCommonPOA. _this(ORB orb)DynValueDynValuePOA. _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 MaxHopsPolicyMaxHopsPolicyPOA. _this(ORB orb)QueueOrderPolicyQueueOrderPolicyPOA. _this(ORB orb)RebindPolicyRebindPolicyPOA. _this(ORB orb)RelativeRequestTimeoutPolicyRelativeRequestTimeoutPolicyPOA. _this(ORB orb)RelativeRoundtripTimeoutPolicyRelativeRoundtripTimeoutPolicyPOA. _this(ORB orb)ReplyEndTimePolicyReplyEndTimePolicyPOA. _this(ORB orb)ReplyPriorityPolicyReplyPriorityPolicyPOA. _this(ORB orb)ReplyStartTimePolicyReplyStartTimePolicyPOA. _this(ORB orb)RequestEndTimePolicyRequestEndTimePolicyPOA. _this(ORB orb)RequestPriorityPolicyRequestPriorityPolicyPOA. _this(ORB orb)RequestStartTimePolicyRequestStartTimePolicyPOA. _this(ORB orb)RoutingPolicyRoutingPolicyPOA. _this(ORB orb)SyncScopePolicySyncScopePolicyPOA. _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. -
Uses of ORB in org.omg.SendingContext
Methods in org.omg.SendingContext with parameters of type ORB Modifier and Type Method Description CodeBaseCodeBasePOA. _this(ORB orb)RunTimeRunTimePOA. _this(ORB orb)
-