Uses of Class
org.omg.CORBA.ORB

Packages that use ORB
org.jacorb.events   
org.jacorb.imr   
org.jacorb.imr.util   
org.jacorb.ir   
org.jacorb.naming   
org.jacorb.orb   
org.jacorb.orb.dii   
org.jacorb.orb.dynany   
org.jacorb.orb.giop   
org.jacorb.orb.policies   
org.jacorb.orb.portableInterceptor   
org.jacorb.orb.util   
org.jacorb.poa   
org.jacorb.security.level2   
org.jacorb.security.sas   
org.jacorb.util.tracing   
org.omg.ATLAS   
org.omg.BiDirPolicy   
org.omg.CORBA   
org.omg.CORBA_2_3   
org.omg.CORBA.portable   
org.omg.CosCollection   
org.omg.CosConcurrencyControl   
org.omg.CosEventChannelAdmin   
org.omg.CosEventComm   
org.omg.CosNaming   
org.omg.CosNotification   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyComm   
org.omg.CosNotifyFilter   
org.omg.CosTrading   
org.omg.CosTradingDynamic   
org.omg.CosTradingRepos   
org.omg.CosTransactions   
org.omg.CosTypedEventChannelAdmin   
org.omg.CosTypedEventComm   
org.omg.CosTypedNotifyChannelAdmin   
org.omg.CosTypedNotifyComm   
org.omg.DynamicAny   
org.omg.PortableServer   
org.omg.PortableServer.portable   
 

Uses of ORB in org.jacorb.events
 

Methods in org.jacorb.events with parameters of type ORB
 JacORBEventChannel JacORBEventChannelPOATie._this(ORB orb)
           
 JacORBEventChannel JacORBEventChannelPOA._this(ORB orb)
           
 

Constructors in org.jacorb.events with parameters of type ORB
ProxyPushSupplierImpl(EventChannelImpl ec, ORB orb, POA poa)
          Constructor - to be called by EventChannel
ProxyPushConsumerImpl(EventChannelImpl ec, ORB orb, POA poa)
          Konstruktor - wird von EventChannel aufgerufen
ProxyPullSupplierImpl(EventChannelImpl ec, ORB orb, POA poa)
          Constructor - to be called by EventChannel
ProxyPullConsumerImpl(EventChannelImpl ec, ORB orb, POA poa)
          Constructor - gets called by the EventChannel
EventChannelImpl(ORB orb, POA poa)
          EventChannel constructor.
 

Uses of ORB in org.jacorb.imr
 

Methods in org.jacorb.imr with parameters of type ORB
 ServerStartupDaemon ServerStartupDaemonPOATie._this(ORB orb)
           
 ServerStartupDaemon ServerStartupDaemonPOA._this(ORB orb)
           
 Registration RegistrationPOATie._this(ORB orb)
           
 Registration RegistrationPOA._this(ORB orb)
           
 ImplementationRepository ImplementationRepositoryPOATie._this(ORB orb)
           
 ImplementationRepository ImplementationRepositoryPOA._this(ORB orb)
           
 void ImRHostInfo.startServer(java.lang.String command, ORB orb)
          This method tries to start a server with the daemon for this host.
static ImRAccessImpl ImRAccessImpl.connect(ORB orb)
          connect resolves the IMR and returns a new ImRAccessImpl.
 Admin AdminPOATie._this(ORB orb)
           
 Admin AdminPOA._this(ORB orb)
           
 

Uses of ORB in org.jacorb.imr.util
 

Methods in org.jacorb.imr.util with parameters of type ORB
static void ImRManager.autoRegisterServer(ORB orb, java.lang.String server, java.lang.String command, java.lang.String host, boolean edit_existing)
          This method registers a server with the imr.
static java.lang.String ImRManager.getAnyHostName(ORB orb)
          Returns an arbitrary host, on which an imr_ssd is running, or an empty String, if none is present.
 

Uses of ORB in org.jacorb.ir
 

Fields in org.jacorb.ir declared as ORB
protected  ORB IRObject.orb
           
 

Uses of ORB in org.jacorb.naming
 

Methods in org.jacorb.naming with parameters of type ORB
static void NamingContextImpl.init(ORB orb, POA rootPoa)
          This method needs to be called once to initialize the static fields orb and rootPoa.
 

Constructors in org.jacorb.naming with parameters of type ORB
ContextLister(ORB orb)
           
ContextLister(ORB orb, java.lang.String str)
           
 

Uses of ORB in org.jacorb.orb
 

Subclasses of ORB in org.jacorb.orb
 class ORBSingleton
           
 

Methods in org.jacorb.orb that return ORB
 ORB ServantDelegate.orb(Servant self)
           
 ORB Delegate.orb(Object self)
           
 ORB CDROutputStream.orb()
           
 ORB CDRInputStream.orb()
           
 

Methods in org.jacorb.orb with parameters of type ORB
 void Any.insert_object(TypeCode typeCode, ORB orb, java.lang.Object value)
          Convenience method for making a shallow copy of an Any.
 

Constructors in org.jacorb.orb with parameters of type ORB
ParsedIOR(java.lang.String object_reference, ORB orb)
          Creates a new ParsedIOR instance.
CDROutputStream(ORB orb)
          OutputStreams created using this constructor are used also for in memory marshaling, but do use the ORB's output buffer manager
CDRInputStream(ORB orb, byte[] buf)
           
CDRInputStream(ORB orb, byte[] buf, boolean littleEndian)
           
 

Uses of ORB in org.jacorb.orb.dii
 

Constructors in org.jacorb.orb.dii with parameters of type ORB
Request(Object t, ORB _orb, ClientConnection e, byte[] obj_key, java.lang.String op)
           
Request(Object t, ORB _orb, ClientConnection e, byte[] obj_key, java.lang.String op, NVList args, Context c, NamedValue result)
           
 

Uses of ORB in org.jacorb.orb.dynany
 

Fields in org.jacorb.orb.dynany declared as ORB
protected  ORB DynAny.orb
           
 

Constructors in org.jacorb.orb.dynany with parameters of type ORB
DynAnyFactoryImpl(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.giop
 

Constructors in org.jacorb.orb.giop with parameters of type ORB
ServiceContextTransportingInputStream(ORB orb, byte[] buffer)
           
ServerRequestListener(ORB orb, POA rootPOA)
           
RequestInputStream(ORB orb, byte[] buf)
           
ReplyInputStream(ORB orb, byte[] buffer)
           
MessageInputStream(ORB orb, byte[] buffer)
           
LocateRequestInputStream(ORB orb, byte[] buf)
           
LocateReplyInputStream(ORB orb, byte[] buf)
           
ClientConnection(GIOPConnection connection, ORB orb, ClientConnectionManager conn_mg, Profile registeredProfile, boolean client_initiated)
           
 

Uses of ORB in org.jacorb.orb.policies
 

Constructors in org.jacorb.orb.policies with parameters of type ORB
BiDirPolicyFactoryImpl(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.portableInterceptor
 

Constructors in org.jacorb.orb.portableInterceptor with parameters of type ORB
PICurrentImpl(ORB orb, int no_of_anys)
          Create an empty current object.
InterceptorManager(java.util.Vector client_interceptors, java.util.Vector server_interceptors, java.util.Vector ior_intercept, int slot_count, ORB orb)
           
Codec_CDR_1_0_Impl(ORB orb)
           
CodecImpl(ORB orb, Encoding enc)
           
CodecFactoryImpl(ORB orb)
           
 

Uses of ORB in org.jacorb.orb.util
 

Methods in org.jacorb.orb.util with parameters of type ORB
static void PrintIOR.printIOR(ParsedIOR pior, ORB orb)
          top-level
 

Uses of ORB in org.jacorb.poa
 

Methods in org.jacorb.poa that return ORB
 ORB RequestProcessor.getORB()
          returns the orb that has received the request
 ORB LocalInvocationContext.getORB()
           
 ORB InvocationContext.getORB()
           
protected  ORB Current.getORB()
           
 

Constructors in org.jacorb.poa with parameters of type ORB
LocalInvocationContext(ORB _orb, POA _poa, byte[] _oid, Servant _servant)
           
 

Uses of ORB in org.jacorb.security.level2
 

Constructors in org.jacorb.security.level2 with parameters of type ORB
CurrentImpl(ORB orb)
           
 

Uses of ORB in org.jacorb.security.sas
 

Fields in org.jacorb.security.sas declared as ORB
protected static ORB GSSUPProvider.orb
           
 

Methods in org.jacorb.security.sas with parameters of type ORB
protected  Any SASClientInterceptor.makeEstablishContext(ORB orb, long client_context_id, AuthorizationElement[] authorization_token, IdentityToken identity_token, byte[] client_authentication_token)
           
protected  Any SASClientInterceptor.makeMessageInContext(ORB orb, long client_context_id, boolean discard_context)
           
protected  AuthorizationElement[] SASClientInterceptor.getATLASTokens(ORB orb, CompoundSecMechList csmList)
           
 

Uses of ORB in org.jacorb.util.tracing
 

Methods in org.jacorb.util.tracing with parameters of type ORB
 TracingService TracingServicePOATie._this(ORB orb)
           
 TracingService TracingServicePOA._this(ORB orb)
           
 

Uses of ORB in org.omg.ATLAS
 

Methods in org.omg.ATLAS with parameters of type ORB
 AuthTokenDispenser AuthTokenDispenserPOATie._this(ORB orb)
           
 AuthTokenDispenser AuthTokenDispenserPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.BiDirPolicy
 

Methods in org.omg.BiDirPolicy with parameters of type ORB
 BidirectionalPolicy BidirectionalPolicyPOATie._this(ORB orb)
           
 BidirectionalPolicy BidirectionalPolicyPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CORBA
 

Methods in org.omg.CORBA that return ORB
static ORB ORB.init()
           
static ORB ORB.init(java.lang.String[] args, java.util.Properties props)
           
static ORB ORB.init(java.applet.Applet applet, java.util.Properties props)
           
 ORB LocalObject._orb()
           
 

Methods in org.omg.CORBA with parameters of type ORB
 WstringDef WstringDefPOATie._this(ORB orb)
           
 WstringDef WstringDefPOA._this(ORB orb)
           
 ValueMemberDef ValueMemberDefPOATie._this(ORB orb)
           
 ValueMemberDef ValueMemberDefPOA._this(ORB orb)
           
 ValueDef ValueDefPOATie._this(ORB orb)
           
 ValueDef ValueDefPOA._this(ORB orb)
           
 ValueBoxDef ValueBoxDefPOATie._this(ORB orb)
           
 ValueBoxDef ValueBoxDefPOA._this(ORB orb)
           
 UnionDef UnionDefPOATie._this(ORB orb)
           
 UnionDef UnionDefPOA._this(ORB orb)
           
 TypedefDef TypedefDefPOATie._this(ORB orb)
           
 TypedefDef TypedefDefPOA._this(ORB orb)
           
 StructDef StructDefPOATie._this(ORB orb)
           
 StructDef StructDefPOA._this(ORB orb)
           
 StringDef StringDefPOATie._this(ORB orb)
           
 StringDef StringDefPOA._this(ORB orb)
           
 SequenceDef SequenceDefPOATie._this(ORB orb)
           
 SequenceDef SequenceDefPOA._this(ORB orb)
           
 Repository RepositoryPOATie._this(ORB orb)
           
 Repository RepositoryPOA._this(ORB orb)
           
 PrimitiveDef PrimitiveDefPOATie._this(ORB orb)
           
 PrimitiveDef PrimitiveDefPOA._this(ORB orb)
           
 Policy PolicyPOATie._this(ORB orb)
           
 Policy PolicyPOA._this(ORB orb)
           
 OperationDef OperationDefPOATie._this(ORB orb)
           
 OperationDef OperationDefPOA._this(ORB orb)
           
 NativeDef NativeDefPOATie._this(ORB orb)
           
 NativeDef NativeDefPOA._this(ORB orb)
           
 ModuleDef ModuleDefPOATie._this(ORB orb)
           
 ModuleDef ModuleDefPOA._this(ORB orb)
           
 InterfaceDef InterfaceDefPOATie._this(ORB orb)
           
 InterfaceDef InterfaceDefPOA._this(ORB orb)
           
 IRObject IRObjectPOATie._this(ORB orb)
           
 IRObject IRObjectPOA._this(ORB orb)
           
 IDLType IDLTypePOATie._this(ORB orb)
           
 IDLType IDLTypePOA._this(ORB orb)
           
 FixedDef FixedDefPOATie._this(ORB orb)
           
 FixedDef FixedDefPOA._this(ORB orb)
           
 ExceptionDef ExceptionDefPOATie._this(ORB orb)
           
 ExceptionDef ExceptionDefPOA._this(ORB orb)
           
 EnumDef EnumDefPOATie._this(ORB orb)
           
 EnumDef EnumDefPOA._this(ORB orb)
           
 Container ContainerPOATie._this(ORB orb)
           
 Container ContainerPOA._this(ORB orb)
           
 Contained ContainedPOATie._this(ORB orb)
           
 Contained ContainedPOA._this(ORB orb)
           
 ConstructionPolicy ConstructionPolicyPOATie._this(ORB orb)
           
 ConstructionPolicy ConstructionPolicyPOA._this(ORB orb)
           
 ConstantDef ConstantDefPOATie._this(ORB orb)
           
 ConstantDef ConstantDefPOA._this(ORB orb)
           
 AttributeDef AttributeDefPOATie._this(ORB orb)
           
 AttributeDef AttributeDefPOA._this(ORB orb)
           
 ArrayDef ArrayDefPOATie._this(ORB orb)
           
 ArrayDef ArrayDefPOA._this(ORB orb)
           
 AliasDef AliasDefPOATie._this(ORB orb)
           
 AliasDef AliasDefPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CORBA_2_3
 

Subclasses of ORB in org.omg.CORBA_2_3
 class ORB
           
 

Uses of ORB in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return ORB
 ORB OutputStream.orb()
           
 ORB ObjectImpl._orb()
           
 ORB InputStream.orb()
           
 ORB Delegate.orb(Object self)
           
 

Uses of ORB in org.omg.CosCollection
 

Methods in org.omg.CosCollection with parameters of type ORB
 SortedBag SortedBagPOATie._this(ORB orb)
           
 SortedBag SortedBagPOA._this(ORB orb)
           
 SortedSet SortedSetPOATie._this(ORB orb)
           
 SortedSet SortedSetPOA._this(ORB orb)
           
 SortedMap SortedMapPOATie._this(ORB orb)
           
 SortedMap SortedMapPOA._this(ORB orb)
           
 KeySortedBag KeySortedBagPOATie._this(ORB orb)
           
 KeySortedBag KeySortedBagPOA._this(ORB orb)
           
 KeySortedSet KeySortedSetPOATie._this(ORB orb)
           
 KeySortedSet KeySortedSetPOA._this(ORB orb)
           
 Bag BagPOATie._this(ORB orb)
           
 Bag BagPOA._this(ORB orb)
           
 Set SetPOATie._this(ORB orb)
           
 Set SetPOA._this(ORB orb)
           
 Map MapPOATie._this(ORB orb)
           
 Map MapPOA._this(ORB orb)
           
 KeyBag KeyBagPOATie._this(ORB orb)
           
 KeyBag KeyBagPOA._this(ORB orb)
           
 KeySet KeySetPOATie._this(ORB orb)
           
 KeySet KeySetPOA._this(ORB orb)
           
 EqualityKeySortedCollection EqualityKeySortedCollectionPOATie._this(ORB orb)
           
 EqualityKeySortedCollection EqualityKeySortedCollectionPOA._this(ORB orb)
           
 KeySortedCollection KeySortedCollectionPOATie._this(ORB orb)
           
 KeySortedCollection KeySortedCollectionPOA._this(ORB orb)
           
 EqualityKeyCollection EqualityKeyCollectionPOATie._this(ORB orb)
           
 EqualityKeyCollection EqualityKeyCollectionPOA._this(ORB orb)
           
 KeyCollection KeyCollectionPOATie._this(ORB orb)
           
 KeyCollection KeyCollectionPOA._this(ORB orb)
           
 EqualitySequentialIterator EqualitySequentialIteratorPOATie._this(ORB orb)
           
 EqualitySequentialIterator EqualitySequentialIteratorPOA._this(ORB orb)
           
 EqualityKeySortedIterator EqualityKeySortedIteratorPOATie._this(ORB orb)
           
 EqualityKeySortedIterator EqualityKeySortedIteratorPOA._this(ORB orb)
           
 EqualitySortedIterator EqualitySortedIteratorPOATie._this(ORB orb)
           
 EqualitySortedIterator EqualitySortedIteratorPOA._this(ORB orb)
           
 KeySortedIterator KeySortedIteratorPOATie._this(ORB orb)
           
 KeySortedIterator KeySortedIteratorPOA._this(ORB orb)
           
 SortedIterator SortedIteratorPOATie._this(ORB orb)
           
 SortedIterator SortedIteratorPOA._this(ORB orb)
           
 EqualityKeyIterator EqualityKeyIteratorPOATie._this(ORB orb)
           
 EqualityKeyIterator EqualityKeyIteratorPOA._this(ORB orb)
           
 EqualityIterator EqualityIteratorPOATie._this(ORB orb)
           
 EqualityIterator EqualityIteratorPOA._this(ORB orb)
           
 KeyIterator KeyIteratorPOATie._this(ORB orb)
           
 KeyIterator KeyIteratorPOA._this(ORB orb)
           
 SequentialIterator SequentialIteratorPOATie._this(ORB orb)
           
 SequentialIterator SequentialIteratorPOA._this(ORB orb)
           
 OrderedIterator OrderedIteratorPOATie._this(ORB orb)
           
 OrderedIterator OrderedIteratorPOA._this(ORB orb)
           
 Stack StackPOATie._this(ORB orb)
           
 Stack StackPOA._this(ORB orb)
           
 StackFactory StackFactoryPOATie._this(ORB orb)
           
 StackFactory StackFactoryPOA._this(ORB orb)
           
 SortedSetFactory SortedSetFactoryPOATie._this(ORB orb)
           
 SortedSetFactory SortedSetFactoryPOA._this(ORB orb)
           
 SortedRelation SortedRelationPOATie._this(ORB orb)
           
 SortedRelation SortedRelationPOA._this(ORB orb)
           
 SortedRelationFactory SortedRelationFactoryPOATie._this(ORB orb)
           
 SortedRelationFactory SortedRelationFactoryPOA._this(ORB orb)
           
 SortedMapFactory SortedMapFactoryPOATie._this(ORB orb)
           
 SortedMapFactory SortedMapFactoryPOA._this(ORB orb)
           
 SortedCollection SortedCollectionPOATie._this(ORB orb)
           
 SortedCollection SortedCollectionPOA._this(ORB orb)
           
 SortedBagFactory SortedBagFactoryPOATie._this(ORB orb)
           
 SortedBagFactory SortedBagFactoryPOA._this(ORB orb)
           
 SetFactory SetFactoryPOATie._this(ORB orb)
           
 SetFactory SetFactoryPOA._this(ORB orb)
           
 SequentialCollection SequentialCollectionPOATie._this(ORB orb)
           
 SequentialCollection SequentialCollectionPOA._this(ORB orb)
           
 SequenceFactory SequenceFactoryPOATie._this(ORB orb)
           
 SequenceFactory SequenceFactoryPOA._this(ORB orb)
           
 RestrictedAccessCollection RestrictedAccessCollectionPOATie._this(ORB orb)
           
 RestrictedAccessCollection RestrictedAccessCollectionPOA._this(ORB orb)
           
 Relation RelationPOATie._this(ORB orb)
           
 Relation RelationPOA._this(ORB orb)
           
 RelationFactory RelationFactoryPOATie._this(ORB orb)
           
 RelationFactory RelationFactoryPOA._this(ORB orb)
           
 RACollectionFactory RACollectionFactoryPOATie._this(ORB orb)
           
 RACollectionFactory RACollectionFactoryPOA._this(ORB orb)
           
 RACollectionFactories RACollectionFactoriesPOATie._this(ORB orb)
           
 RACollectionFactories RACollectionFactoriesPOA._this(ORB orb)
           
 Queue QueuePOATie._this(ORB orb)
           
 Queue QueuePOA._this(ORB orb)
           
 QueueFactory QueueFactoryPOATie._this(ORB orb)
           
 QueueFactory QueueFactoryPOA._this(ORB orb)
           
 PriorityQueue PriorityQueuePOATie._this(ORB orb)
           
 PriorityQueue PriorityQueuePOA._this(ORB orb)
           
 PriorityQueueFactory PriorityQueueFactoryPOATie._this(ORB orb)
           
 PriorityQueueFactory PriorityQueueFactoryPOA._this(ORB orb)
           
 OrderedCollection OrderedCollectionPOATie._this(ORB orb)
           
 OrderedCollection OrderedCollectionPOA._this(ORB orb)
           
 Operations OperationsPOATie._this(ORB orb)
           
 Operations OperationsPOA._this(ORB orb)
           
 MapFactory MapFactoryPOATie._this(ORB orb)
           
 MapFactory MapFactoryPOA._this(ORB orb)
           
 KeySortedSetFactory KeySortedSetFactoryPOATie._this(ORB orb)
           
 KeySortedSetFactory KeySortedSetFactoryPOA._this(ORB orb)
           
 KeySortedBagFactory KeySortedBagFactoryPOATie._this(ORB orb)
           
 KeySortedBagFactory KeySortedBagFactoryPOA._this(ORB orb)
           
 KeySetFactory KeySetFactoryPOATie._this(ORB orb)
           
 KeySetFactory KeySetFactoryPOA._this(ORB orb)
           
 KeyBagFactory KeyBagFactoryPOATie._this(ORB orb)
           
 KeyBagFactory KeyBagFactoryPOA._this(ORB orb)
           
 Iterator IteratorPOATie._this(ORB orb)
           
 Iterator IteratorPOA._this(ORB orb)
           
 Heap HeapPOATie._this(ORB orb)
           
 Heap HeapPOA._this(ORB orb)
           
 HeapFactory HeapFactoryPOATie._this(ORB orb)
           
 HeapFactory HeapFactoryPOA._this(ORB orb)
           
 EqualitySortedCollection EqualitySortedCollectionPOATie._this(ORB orb)
           
 EqualitySortedCollection EqualitySortedCollectionPOA._this(ORB orb)
           
 EqualitySequentialCollection EqualitySequentialCollectionPOATie._this(ORB orb)
           
 EqualitySequentialCollection EqualitySequentialCollectionPOA._this(ORB orb)
           
 EqualitySequence EqualitySequencePOATie._this(ORB orb)
           
 EqualitySequence EqualitySequencePOA._this(ORB orb)
           
 EqualitySequenceFactory EqualitySequenceFactoryPOATie._this(ORB orb)
           
 EqualitySequenceFactory EqualitySequenceFactoryPOA._this(ORB orb)
           
 EqualityCollection EqualityCollectionPOATie._this(ORB orb)
           
 EqualityCollection EqualityCollectionPOA._this(ORB orb)
           
 Deque DequePOATie._this(ORB orb)
           
 Deque DequePOA._this(ORB orb)
           
 DequeFactory DequeFactoryPOATie._this(ORB orb)
           
 DequeFactory DequeFactoryPOA._this(ORB orb)
           
 Comparator ComparatorPOATie._this(ORB orb)
           
 Comparator ComparatorPOA._this(ORB orb)
           
 Command CommandPOATie._this(ORB orb)
           
 Command CommandPOA._this(ORB orb)
           
 Collection CollectionPOATie._this(ORB orb)
           
 Collection CollectionPOA._this(ORB orb)
           
 CollectionFactory CollectionFactoryPOATie._this(ORB orb)
           
 CollectionFactory CollectionFactoryPOA._this(ORB orb)
           
 CollectionFactories CollectionFactoriesPOATie._this(ORB orb)
           
 CollectionFactories CollectionFactoriesPOA._this(ORB orb)
           
 CSequence CSequencePOATie._this(ORB orb)
           
 CSequence CSequencePOA._this(ORB orb)
           
 BagFactory BagFactoryPOATie._this(ORB orb)
           
 BagFactory BagFactoryPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosConcurrencyControl
 

Methods in org.omg.CosConcurrencyControl with parameters of type ORB
 TransactionalLockSet TransactionalLockSetPOATie._this(ORB orb)
           
 TransactionalLockSet TransactionalLockSetPOA._this(ORB orb)
           
 LockSet LockSetPOATie._this(ORB orb)
           
 LockSet LockSetPOA._this(ORB orb)
           
 LockSetFactory LockSetFactoryPOATie._this(ORB orb)
           
 LockSetFactory LockSetFactoryPOA._this(ORB orb)
           
 LockCoordinator LockCoordinatorPOATie._this(ORB orb)
           
 LockCoordinator LockCoordinatorPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosEventChannelAdmin
 

Methods in org.omg.CosEventChannelAdmin with parameters of type ORB
 SupplierAdmin SupplierAdminPOATie._this(ORB orb)
           
 SupplierAdmin SupplierAdminPOA._this(ORB orb)
           
 ProxyPushSupplier ProxyPushSupplierPOATie._this(ORB orb)
           
 ProxyPushSupplier ProxyPushSupplierPOA._this(ORB orb)
           
 ProxyPushConsumer ProxyPushConsumerPOATie._this(ORB orb)
           
 ProxyPushConsumer ProxyPushConsumerPOA._this(ORB orb)
           
 ProxyPullSupplier ProxyPullSupplierPOATie._this(ORB orb)
           
 ProxyPullSupplier ProxyPullSupplierPOA._this(ORB orb)
           
 ProxyPullConsumer ProxyPullConsumerPOATie._this(ORB orb)
           
 ProxyPullConsumer ProxyPullConsumerPOA._this(ORB orb)
           
 EventChannel EventChannelPOATie._this(ORB orb)
           
 EventChannel EventChannelPOA._this(ORB orb)
           
 ConsumerAdmin ConsumerAdminPOATie._this(ORB orb)
           
 ConsumerAdmin ConsumerAdminPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosEventComm
 

Methods in org.omg.CosEventComm with parameters of type ORB
 PushSupplier PushSupplierPOATie._this(ORB orb)
           
 PushSupplier PushSupplierPOA._this(ORB orb)
           
 PushConsumer PushConsumerPOATie._this(ORB orb)
           
 PushConsumer PushConsumerPOA._this(ORB orb)
           
 PullSupplier PullSupplierPOATie._this(ORB orb)
           
 PullSupplier PullSupplierPOA._this(ORB orb)
           
 PullConsumer PullConsumerPOATie._this(ORB orb)
           
 PullConsumer PullConsumerPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosNaming
 

Methods in org.omg.CosNaming with parameters of type ORB
 NamingContext NamingContextPOATie._this(ORB orb)
           
 NamingContextExt NamingContextExtPOATie._this(ORB orb)
           
 BindingIterator BindingIteratorPOATie._this(ORB orb)
           
 NamingContext NamingContextPOA._this(ORB orb)
           
 NamingContextExt NamingContextExtPOA._this(ORB orb)
           
 BindingIterator BindingIteratorPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosNotification
 

Methods in org.omg.CosNotification with parameters of type ORB
 QoSAdmin QoSAdminPOATie._this(ORB orb)
           
 QoSAdmin QoSAdminPOA._this(ORB orb)
           
 AdminPropertiesAdmin AdminPropertiesAdminPOATie._this(ORB orb)
           
 AdminPropertiesAdmin AdminPropertiesAdminPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosNotifyChannelAdmin
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type ORB
 SupplierAdmin SupplierAdminPOATie._this(ORB orb)
           
 SupplierAdmin SupplierAdminPOA._this(ORB orb)
           
 StructuredProxyPushSupplier StructuredProxyPushSupplierPOATie._this(ORB orb)
           
 StructuredProxyPushSupplier StructuredProxyPushSupplierPOA._this(ORB orb)
           
 StructuredProxyPushConsumer StructuredProxyPushConsumerPOATie._this(ORB orb)
           
 StructuredProxyPushConsumer StructuredProxyPushConsumerPOA._this(ORB orb)
           
 StructuredProxyPullSupplier StructuredProxyPullSupplierPOATie._this(ORB orb)
           
 StructuredProxyPullSupplier StructuredProxyPullSupplierPOA._this(ORB orb)
           
 StructuredProxyPullConsumer StructuredProxyPullConsumerPOATie._this(ORB orb)
           
 StructuredProxyPullConsumer StructuredProxyPullConsumerPOA._this(ORB orb)
           
 SequenceProxyPushSupplier SequenceProxyPushSupplierPOATie._this(ORB orb)
           
 SequenceProxyPushSupplier SequenceProxyPushSupplierPOA._this(ORB orb)
           
 SequenceProxyPushConsumer SequenceProxyPushConsumerPOATie._this(ORB orb)
           
 SequenceProxyPushConsumer SequenceProxyPushConsumerPOA._this(ORB orb)
           
 SequenceProxyPullSupplier SequenceProxyPullSupplierPOATie._this(ORB orb)
           
 SequenceProxyPullSupplier SequenceProxyPullSupplierPOA._this(ORB orb)
           
 SequenceProxyPullConsumer SequenceProxyPullConsumerPOATie._this(ORB orb)
           
 SequenceProxyPullConsumer SequenceProxyPullConsumerPOA._this(ORB orb)
           
 ProxySupplier ProxySupplierPOATie._this(ORB orb)
           
 ProxySupplier ProxySupplierPOA._this(ORB orb)
           
 ProxyPushSupplier ProxyPushSupplierPOATie._this(ORB orb)
           
 ProxyPushSupplier ProxyPushSupplierPOA._this(ORB orb)
           
 ProxyPushConsumer ProxyPushConsumerPOATie._this(ORB orb)
           
 ProxyPushConsumer ProxyPushConsumerPOA._this(ORB orb)
           
 ProxyPullSupplier ProxyPullSupplierPOATie._this(ORB orb)
           
 ProxyPullSupplier ProxyPullSupplierPOA._this(ORB orb)
           
 ProxyPullConsumer ProxyPullConsumerPOATie._this(ORB orb)
           
 ProxyPullConsumer ProxyPullConsumerPOA._this(ORB orb)
           
 ProxyConsumer ProxyConsumerPOATie._this(ORB orb)
           
 ProxyConsumer ProxyConsumerPOA._this(ORB orb)
           
 EventChannel EventChannelPOATie._this(ORB orb)
           
 EventChannel EventChannelPOA._this(ORB orb)
           
 EventChannelFactory EventChannelFactoryPOATie._this(ORB orb)
           
 EventChannelFactory EventChannelFactoryPOA._this(ORB orb)
           
 ConsumerAdmin ConsumerAdminPOATie._this(ORB orb)
           
 ConsumerAdmin ConsumerAdminPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosNotifyComm
 

Methods in org.omg.CosNotifyComm with parameters of type ORB
 StructuredPushSupplier StructuredPushSupplierPOATie._this(ORB orb)
           
 StructuredPushSupplier StructuredPushSupplierPOA._this(ORB orb)
           
 StructuredPushConsumer StructuredPushConsumerPOATie._this(ORB orb)
           
 StructuredPushConsumer StructuredPushConsumerPOA._this(ORB orb)
           
 StructuredPullSupplier StructuredPullSupplierPOATie._this(ORB orb)
           
 StructuredPullSupplier StructuredPullSupplierPOA._this(ORB orb)
           
 StructuredPullConsumer StructuredPullConsumerPOATie._this(ORB orb)
           
 StructuredPullConsumer StructuredPullConsumerPOA._this(ORB orb)
           
 SequencePushSupplier SequencePushSupplierPOATie._this(ORB orb)
           
 SequencePushSupplier SequencePushSupplierPOA._this(ORB orb)
           
 SequencePushConsumer SequencePushConsumerPOATie._this(ORB orb)
           
 SequencePushConsumer SequencePushConsumerPOA._this(ORB orb)
           
 SequencePullSupplier SequencePullSupplierPOATie._this(ORB orb)
           
 SequencePullSupplier SequencePullSupplierPOA._this(ORB orb)
           
 SequencePullConsumer SequencePullConsumerPOATie._this(ORB orb)
           
 SequencePullConsumer SequencePullConsumerPOA._this(ORB orb)
           
 PushSupplier PushSupplierPOATie._this(ORB orb)
           
 PushSupplier PushSupplierPOA._this(ORB orb)
           
 PushConsumer PushConsumerPOATie._this(ORB orb)
           
 PushConsumer PushConsumerPOA._this(ORB orb)
           
 PullSupplier PullSupplierPOATie._this(ORB orb)
           
 PullSupplier PullSupplierPOA._this(ORB orb)
           
 PullConsumer PullConsumerPOATie._this(ORB orb)
           
 PullConsumer PullConsumerPOA._this(ORB orb)
           
 NotifySubscribe NotifySubscribePOATie._this(ORB orb)
           
 NotifySubscribe NotifySubscribePOA._this(ORB orb)
           
 NotifyPublish NotifyPublishPOATie._this(ORB orb)
           
 NotifyPublish NotifyPublishPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosNotifyFilter
 

Methods in org.omg.CosNotifyFilter with parameters of type ORB
 MappingFilter MappingFilterPOATie._this(ORB orb)
           
 MappingFilter MappingFilterPOA._this(ORB orb)
           
 Filter FilterPOATie._this(ORB orb)
           
 Filter FilterPOA._this(ORB orb)
           
 FilterFactory FilterFactoryPOATie._this(ORB orb)
           
 FilterFactory FilterFactoryPOA._this(ORB orb)
           
 FilterAdmin FilterAdminPOATie._this(ORB orb)
           
 FilterAdmin FilterAdminPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosTrading
 

Methods in org.omg.CosTrading with parameters of type ORB
 TraderComponents TraderComponentsPOATie._this(ORB orb)
           
 TraderComponents TraderComponentsPOA._this(ORB orb)
           
 SupportAttributes SupportAttributesPOATie._this(ORB orb)
           
 SupportAttributes SupportAttributesPOA._this(ORB orb)
           
 Register RegisterPOATie._this(ORB orb)
           
 Register RegisterPOA._this(ORB orb)
           
 Proxy ProxyPOATie._this(ORB orb)
           
 Proxy ProxyPOA._this(ORB orb)
           
 OfferIterator OfferIteratorPOATie._this(ORB orb)
           
 OfferIterator OfferIteratorPOA._this(ORB orb)
           
 OfferIdIterator OfferIdIteratorPOATie._this(ORB orb)
           
 OfferIdIterator OfferIdIteratorPOA._this(ORB orb)
           
 Lookup LookupPOATie._this(ORB orb)
           
 Lookup LookupPOA._this(ORB orb)
           
 Link LinkPOATie._this(ORB orb)
           
 Link LinkPOA._this(ORB orb)
           
 LinkAttributes LinkAttributesPOATie._this(ORB orb)
           
 LinkAttributes LinkAttributesPOA._this(ORB orb)
           
 ImportAttributes ImportAttributesPOATie._this(ORB orb)
           
 ImportAttributes ImportAttributesPOA._this(ORB orb)
           
 Admin AdminPOATie._this(ORB orb)
           
 Admin AdminPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosTradingDynamic
 

Methods in org.omg.CosTradingDynamic with parameters of type ORB
 DynamicPropEval DynamicPropEvalPOATie._this(ORB orb)
           
 DynamicPropEval DynamicPropEvalPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosTradingRepos
 

Methods in org.omg.CosTradingRepos with parameters of type ORB
 ServiceTypeRepository ServiceTypeRepositoryPOATie._this(ORB orb)
           
 ServiceTypeRepository ServiceTypeRepositoryPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosTransactions
 

Methods in org.omg.CosTransactions with parameters of type ORB
 TransactionalObject TransactionalObjectPOATie._this(ORB orb)
           
 TransactionalObject TransactionalObjectPOA._this(ORB orb)
           
 TransactionFactory TransactionFactoryPOATie._this(ORB orb)
           
 TransactionFactory TransactionFactoryPOA._this(ORB orb)
           
 Terminator TerminatorPOATie._this(ORB orb)
           
 Terminator TerminatorPOA._this(ORB orb)
           
 Synchronization SynchronizationPOATie._this(ORB orb)
           
 Synchronization SynchronizationPOA._this(ORB orb)
           
 SubtransactionAwareResource SubtransactionAwareResourcePOATie._this(ORB orb)
           
 SubtransactionAwareResource SubtransactionAwareResourcePOA._this(ORB orb)
           
 Resource ResourcePOATie._this(ORB orb)
           
 Resource ResourcePOA._this(ORB orb)
           
 RecoveryCoordinator RecoveryCoordinatorPOATie._this(ORB orb)
           
 RecoveryCoordinator RecoveryCoordinatorPOA._this(ORB orb)
           
 Current CurrentPOATie._this(ORB orb)
           
 Current CurrentPOA._this(ORB orb)
           
 Coordinator CoordinatorPOATie._this(ORB orb)
           
 Coordinator CoordinatorPOA._this(ORB orb)
           
 Control ControlPOATie._this(ORB orb)
           
 Control ControlPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosTypedEventChannelAdmin
 

Methods in org.omg.CosTypedEventChannelAdmin with parameters of type ORB
 TypedSupplierAdmin TypedSupplierAdminPOATie._this(ORB orb)
           
 TypedSupplierAdmin TypedSupplierAdminPOA._this(ORB orb)
           
 TypedProxyPushConsumer TypedProxyPushConsumerPOATie._this(ORB orb)
           
 TypedProxyPushConsumer TypedProxyPushConsumerPOA._this(ORB orb)
           
 TypedProxyPullSupplier TypedProxyPullSupplierPOATie._this(ORB orb)
           
 TypedProxyPullSupplier TypedProxyPullSupplierPOA._this(ORB orb)
           
 TypedEventChannel TypedEventChannelPOATie._this(ORB orb)
           
 TypedEventChannel TypedEventChannelPOA._this(ORB orb)
           
 TypedConsumerAdmin TypedConsumerAdminPOATie._this(ORB orb)
           
 TypedConsumerAdmin TypedConsumerAdminPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosTypedEventComm
 

Methods in org.omg.CosTypedEventComm with parameters of type ORB
 TypedPushConsumer TypedPushConsumerPOATie._this(ORB orb)
           
 TypedPushConsumer TypedPushConsumerPOA._this(ORB orb)
           
 TypedPullSupplier TypedPullSupplierPOATie._this(ORB orb)
           
 TypedPullSupplier TypedPullSupplierPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosTypedNotifyChannelAdmin
 

Methods in org.omg.CosTypedNotifyChannelAdmin with parameters of type ORB
 TypedSupplierAdmin TypedSupplierAdminPOATie._this(ORB orb)
           
 TypedSupplierAdmin TypedSupplierAdminPOA._this(ORB orb)
           
 TypedProxyPushSupplier TypedProxyPushSupplierPOATie._this(ORB orb)
           
 TypedProxyPushSupplier TypedProxyPushSupplierPOA._this(ORB orb)
           
 TypedProxyPushConsumer TypedProxyPushConsumerPOATie._this(ORB orb)
           
 TypedProxyPushConsumer TypedProxyPushConsumerPOA._this(ORB orb)
           
 TypedProxyPullSupplier TypedProxyPullSupplierPOATie._this(ORB orb)
           
 TypedProxyPullSupplier TypedProxyPullSupplierPOA._this(ORB orb)
           
 TypedProxyPullConsumer TypedProxyPullConsumerPOATie._this(ORB orb)
           
 TypedProxyPullConsumer TypedProxyPullConsumerPOA._this(ORB orb)
           
 TypedEventChannel TypedEventChannelPOATie._this(ORB orb)
           
 TypedEventChannel TypedEventChannelPOA._this(ORB orb)
           
 TypedEventChannelFactory TypedEventChannelFactoryPOATie._this(ORB orb)
           
 TypedEventChannelFactory TypedEventChannelFactoryPOA._this(ORB orb)
           
 TypedConsumerAdmin TypedConsumerAdminPOATie._this(ORB orb)
           
 TypedConsumerAdmin TypedConsumerAdminPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosTypedNotifyComm
 

Methods in org.omg.CosTypedNotifyComm with parameters of type ORB
 TypedPushConsumer TypedPushConsumerPOATie._this(ORB orb)
           
 TypedPushConsumer TypedPushConsumerPOA._this(ORB orb)
           
 TypedPullSupplier TypedPullSupplierPOATie._this(ORB orb)
           
 TypedPullSupplier TypedPullSupplierPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.DynamicAny
 

Methods in org.omg.DynamicAny with parameters of type ORB
 DynValue DynValuePOATie._this(ORB orb)
           
 DynValue DynValuePOA._this(ORB orb)
           
 DynUnion DynUnionPOATie._this(ORB orb)
           
 DynUnion DynUnionPOA._this(ORB orb)
           
 DynStruct DynStructPOATie._this(ORB orb)
           
 DynStruct DynStructPOA._this(ORB orb)
           
 DynSequence DynSequencePOATie._this(ORB orb)
           
 DynSequence DynSequencePOA._this(ORB orb)
           
 DynFixed DynFixedPOATie._this(ORB orb)
           
 DynFixed DynFixedPOA._this(ORB orb)
           
 DynEnum DynEnumPOATie._this(ORB orb)
           
 DynEnum DynEnumPOA._this(ORB orb)
           
 DynArray DynArrayPOATie._this(ORB orb)
           
 DynArray DynArrayPOA._this(ORB orb)
           
 DynAny DynAnyPOATie._this(ORB orb)
           
 DynAny DynAnyPOA._this(ORB orb)
           
 DynAnyFactory DynAnyFactoryPOATie._this(ORB orb)
           
 DynAnyFactory DynAnyFactoryPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.PortableServer
 

Methods in org.omg.PortableServer that return ORB
 ORB Servant._orb()
           
 

Methods in org.omg.PortableServer with parameters of type ORB
 Object Servant._this_object(ORB orb)
           
 

Uses of ORB in org.omg.PortableServer.portable
 

Methods in org.omg.PortableServer.portable that return ORB
 ORB Delegate.orb(Servant self)