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.naming.namemanager   
org.jacorb.notification   
org.jacorb.notification.container   
org.jacorb.notification.filter   
org.jacorb.notification.filter.etcl   
org.jacorb.notification.jmx   
org.jacorb.notification.jmx.mx4j   
org.jacorb.notification.servant   
org.jacorb.notification.util   
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.rmi   
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.BridgeTransactionMgmt   
org.omg.CORBA   
org.omg.CORBA_2_3   
org.omg.CORBA.portable   
org.omg.CosBridgeAdmin   
org.omg.CosCollection   
org.omg.CosConcurrencyControl   
org.omg.CosEventChannelAdmin   
org.omg.CosEventComm   
org.omg.CosNaming   
org.omg.CosNotification   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyChannelAdminAck   
org.omg.CosNotifyComm   
org.omg.CosNotifyCommAck   
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.dds   
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
EventChannelImpl(ORB orb, POA poa)
          EventChannel constructor.
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
ProxyPushSupplierImpl(EventChannelImpl ec, ORB orb, POA poa)
          Constructor - to be called by EventChannel
 

Uses of ORB in org.jacorb.imr
 

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

Constructors in org.jacorb.imr with parameters of type ORB
ServerStartupDaemonImpl(ORB orb)
          The constructor.
ImplementationRepositoryImpl(ORB orb)
          The constructor.
 

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.naming.namemanager
 

Constructors in org.jacorb.naming.namemanager with parameters of type ORB
NSTree(int width, int height, NSTable theTable, NamingContextExt rootCntxt, ORB orb)
           
 

Uses of ORB in org.jacorb.notification
 

Fields in org.jacorb.notification declared as ORB
protected  ORB AbstractEventChannel.orb_
           
 

Methods in org.jacorb.notification that return ORB
protected  ORB AbstractChannelFactory.getORB()
           
 

Methods in org.jacorb.notification with parameters of type ORB
static AbstractChannelFactory NotifyServer.newFactory(ORB orb, POA rootPOA)
           
static AbstractChannelFactory NotifyServer.createInstance(ORB orb, POA rootPOA)
           
 JacORBEventChannelFactory JacORBEventChannelFactoryPOA._this(ORB orb)
           
 JacORBEventChannelFactory JacORBEventChannelFactoryPOATie._this(ORB orb)
           
static AbstractChannelFactory AbstractChannelFactory.newFactory(ORB optionalORB, org.picocontainer.MutablePicoContainer optionalContainer, java.util.Properties props)
           
 

Constructors in org.jacorb.notification with parameters of type ORB
EventChannelFactoryImpl(org.picocontainer.MutablePicoContainer container, ORB orb)
           
TypedEventChannelFactoryImpl(org.picocontainer.MutablePicoContainer container, ORB orb)
           
EventChannelImpl(IFactory factory, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, FilterFactory filterFactory, EventChannelFactory factoryRef)
           
AbstractEventChannel(IFactory factory, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, FilterFactory filterFactory)
           
AbstractChannelFactory(org.picocontainer.MutablePicoContainer container, ORB orb)
           
TypedEventChannelImpl(IFactory factory, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, FilterFactory filterFactory, TypedEventChannelFactory factoryRef)
           
 

Uses of ORB in org.jacorb.notification.container
 

Methods in org.jacorb.notification.container with parameters of type ORB
static void BiDirGiopPOAComponentAdapter.addBiDirGiopPolicy(java.util.List policies, ORB orb, org.apache.avalon.framework.configuration.Configuration config)
          add an optional Policy to enable Bidirectional GIOP to the supplied list.
 

Uses of ORB in org.jacorb.notification.filter
 

Methods in org.jacorb.notification.filter that return ORB
protected  ORB FilterFactoryImpl.getORB()
           
 

Constructors in org.jacorb.notification.filter with parameters of type ORB
FilterFactoryImpl(ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, IFilterFactoryDelegate factoryDelegate)
           
MappingFilterImpl(ORB orb, org.apache.avalon.framework.configuration.Configuration config, AbstractFilter filter, Any defaultValue)
           
 

Uses of ORB in org.jacorb.notification.filter.etcl
 

Constructors in org.jacorb.notification.filter.etcl with parameters of type ORB
ETCLFilter(org.apache.avalon.framework.configuration.Configuration config, EvaluationContextFactory evaluationContextFactory, MessageFactory messageFactory, ORB orb, POA poa)
           
 

Uses of ORB in org.jacorb.notification.jmx
 

Constructors in org.jacorb.notification.jmx with parameters of type ORB
COSNotificationService(ORB orb, MBeanServer mbeanServer, DynamicMBeanProvider mbeanProvider, java.lang.String[] args)
           
 

Uses of ORB in org.jacorb.notification.jmx.mx4j
 

Constructors in org.jacorb.notification.jmx.mx4j with parameters of type ORB
MX4JCOSNotificationService(ORB orb, MBeanServer mbeanServer, DynamicMBeanProvider mbeanProvider, java.lang.String[] args)
           
 

Uses of ORB in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant that return ORB
protected  ORB AbstractAdmin.getORB()
           
protected  ORB AbstractProxy.getORB()
           
 

Constructors in org.jacorb.notification.servant with parameters of type ORB
ECProxyPullConsumerImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, MessageFactory messageFactory)
           
AbstractAdmin(IEventChannel channel, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
StructuredProxyPushSupplierImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
SequenceProxyPushConsumerImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, MessageFactory mf, SupplierAdmin supplierAdmin, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
AbstractSupplierAdmin(IEventChannel channelRef, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
AbstractProxyConsumer(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, MessageFactory messageFactory, SupplierAdmin supplierAdmin, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
SequenceProxyPullSupplierImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
AbstractProxyPushSupplier(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
StructuredProxyPullConsumerImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, TaskProcessor taskProcessor, MessageFactory mf, OfferManager offerManager, SubscriptionManager subscriptionManager, SupplierAdmin supplierAdmin)
           
TypedConsumerAdminImpl(ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, IEventChannel channelServant)
           
AbstractProxy(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
SequenceProxyPushSupplierImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
StructuredProxyPushConsumerImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, MessageFactory mf, SupplierAdmin supplierAdmin, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
ECProxyPushSupplierImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory)
           
ProxyPushConsumerImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, MessageFactory messageFactory, SupplierAdmin supplierAdmin, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
ProxyPullSupplierImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
ProxyPullConsumerImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
SupplierAdminImpl(IEventChannel channelServant, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
TypedProxyPullSupplierImpl(ITypedAdmin admin, ConsumerAdmin consumerAdmin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, DynAnyFactory dynAnyFactory, Repository repository)
           
TypedSupplierAdminImpl(IEventChannel channelServant, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
StructuredProxyPullSupplierImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
TypedProxyPushConsumerImpl(ITypedAdmin admin, SupplierAdmin supplierAdmin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, Repository repository)
           
TypedProxyPullConsumerImpl(ITypedAdmin admin, SupplierAdmin supplierAdmin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, TaskProcessor taskProcessor, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
SequenceProxyPullConsumerImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, TaskProcessor taskProcessor, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, SupplierAdmin supplierAdmin)
           
ECProxyPullSupplierImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor)
           
AbstractProxySupplier(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
ECProxyPushConsumerImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, MessageFactory mf)
           
ConsumerAdminImpl(IEventChannel channelServant, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
TypedProxyPushSupplierImpl(ITypedAdmin admin, ConsumerAdmin consumerAdmin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
ProxyPushSupplierImpl(IAdmin admin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
 

Uses of ORB in org.jacorb.notification.util
 

Fields in org.jacorb.notification.util declared as ORB
protected static ORB PropertySet.sORB
           
 

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 CDRInputStream.orb()
           
 ORB Delegate.orb(Object self)
           
 ORB CDROutputStream.orb()
           
 ORB ServantDelegate.orb(Servant self)
           
 

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, org.apache.avalon.framework.logger.Logger logger)
          Creates a new ParsedIOR instance.
CDRInputStream(ORB orb, byte[] buf)
           
CDRInputStream(ORB orb, byte[] buf, boolean littleEndian)
           
CDROutputStream(ORB orb)
          OutputStreams created using this constructor are used also for in memory marshaling, but do use the ORB's output buffer manager
 

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)
           
RequestInputStream(ORB orb, byte[] buf)
           
LocateRequestInputStream(ORB orb, byte[] buf)
           
MessageInputStream(ORB orb, byte[] buffer)
           
LocateReplyInputStream(ORB orb, byte[] buf)
           
ClientConnection(GIOPConnection connection, ORB orb, ClientConnectionManager conn_mg, Profile registeredProfile, boolean client_initiated)
           
ServerRequestListener(ORB orb, POA rootPOA)
           
MessageOutputStream(ORB orb)
           
ReplyInputStream(ORB orb, byte[] buffer)
           
 

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
InterceptorManager(java.util.Vector client_interceptors, java.util.Vector server_interceptors, java.util.Vector ior_intercept, int slot_count, ORB orb)
           
PICurrentImpl(ORB orb, int no_of_anys)
          Create an empty current object.
Codec_CDR_1_0_Impl(ORB orb)
           
CodecFactoryImpl(ORB orb)
           
CodecImpl(ORB orb, Encoding enc)
           
 

Uses of ORB in org.jacorb.orb.rmi
 

Methods in org.jacorb.orb.rmi that return ORB
static ORB PortableRemoteObjectDelegateImpl.getORB()
          Return the ORB to be used for RMI communications.
 

Methods in org.jacorb.orb.rmi with parameters of type ORB
static void PortableRemoteObjectDelegateImpl.setORB(ORB orb)
          Set the ORB to be used for RMI communications.
 

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 InvocationContext.getORB()
           
 ORB LocalInvocationContext.getORB()
           
 ORB RequestProcessor.getORB()
          returns the orb that has received the request
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
 

Methods in org.jacorb.security.sas with parameters of type ORB
 byte[] JsseContext.createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList)
           
 boolean JsseContext.validateContext(ORB orb, Codec codec, byte[] contextToken)
           
 IdentityToken JsseContext.createIdentityToken(ORB orb, Codec codec, CompoundSecMechList csmList)
           
static byte[] GSSUPNameSpi.encode(ORB orb, Codec codec, java.lang.String username, java.lang.String password, byte[] target_name)
           
static byte[] GSSUPNameSpi.encode(ORB orb, Codec codec, java.lang.String username, char[] password, java.lang.String target_name)
           
static InitialContextToken GSSUPNameSpi.decode(ORB orb, Codec codec, byte[] gssToken)
           
 byte[] NullContext.createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList)
           
 boolean NullContext.validateContext(ORB orb, Codec codec, byte[] contextToken)
           
 byte[] KerberosContext.createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList)
           
 boolean KerberosContext.validateContext(ORB orb, Codec codec, byte[] contextToken)
           
 byte[] GssUpContext.createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList)
           
 boolean GssUpContext.validateContext(ORB orb, Codec codec, byte[] contextToken)
           
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)
           
 byte[] ISASContext.createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList)
           
 boolean ISASContext.validateContext(ORB orb, Codec codec, byte[] contextToken)
           
 

Uses of ORB in org.jacorb.util.tracing
 

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

Uses of ORB in org.omg.ATLAS
 

Methods in org.omg.ATLAS with parameters of type ORB
 AuthTokenDispenser AuthTokenDispenserPOA._this(ORB orb)
           
 AuthTokenDispenser AuthTokenDispenserPOATie._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.BridgeTransactionMgmt
 

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

Methods in org.omg.CosBridgeAdmin with parameters of type ORB
 BridgeFactory BridgeFactoryPOATie._this(ORB orb)
           
 Bridge BridgePOA._this(ORB orb)
           
 BridgeFactory BridgeFactoryPOA._this(ORB orb)
           
 Bridge BridgePOATie._this(ORB orb)
           
 

Uses of ORB in org.omg.CosCollection
 

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

Uses of ORB in org.omg.CosConcurrencyControl
 

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

Uses of ORB in org.omg.CosEventChannelAdmin
 

Methods in org.omg.CosEventChannelAdmin with parameters of type ORB
 ConsumerAdmin ConsumerAdminPOA._this(ORB orb)
           
 ProxyPushSupplier ProxyPushSupplierPOATie._this(ORB orb)
           
 SupplierAdmin SupplierAdminPOATie._this(ORB orb)
           
 SupplierAdmin SupplierAdminPOA._this(ORB orb)
           
 EventChannel EventChannelPOA._this(ORB orb)
           
 ProxyPullSupplier ProxyPullSupplierPOATie._this(ORB orb)
           
 ProxyPullConsumer ProxyPullConsumerPOA._this(ORB orb)
           
 ProxyPullSupplier ProxyPullSupplierPOA._this(ORB orb)
           
 ProxyPushConsumer ProxyPushConsumerPOATie._this(ORB orb)
           
 ProxyPushSupplier ProxyPushSupplierPOA._this(ORB orb)
           
 EventChannel EventChannelPOATie._this(ORB orb)
           
 ConsumerAdmin ConsumerAdminPOATie._this(ORB orb)
           
 ProxyPullConsumer ProxyPullConsumerPOATie._this(ORB orb)
           
 ProxyPushConsumer ProxyPushConsumerPOA._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)
           
 PushConsumer PushConsumerPOA._this(ORB orb)
           
 PushSupplier PushSupplierPOA._this(ORB orb)
           
 PushConsumer PushConsumerPOATie._this(ORB orb)
           
 PullSupplier PullSupplierPOATie._this(ORB orb)
           
 PullConsumer PullConsumerPOATie._this(ORB orb)
           
 PullSupplier PullSupplierPOA._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 QoSAdminPOA._this(ORB orb)
           
 AdminPropertiesAdmin AdminPropertiesAdminPOATie._this(ORB orb)
           
 QoSAdmin QoSAdminPOATie._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
 ConsumerAdmin ConsumerAdminPOA._this(ORB orb)
           
 ProxySupplier ProxySupplierPOA._this(ORB orb)
           
 EventChannelFactory EventChannelFactoryPOATie._this(ORB orb)
           
 StructuredProxyPushSupplier StructuredProxyPushSupplierPOATie._this(ORB orb)
           
 ProxyPushSupplier ProxyPushSupplierPOATie._this(ORB orb)
           
 SequenceProxyPullConsumer SequenceProxyPullConsumerPOA._this(ORB orb)
           
 StructuredProxyPushSupplier StructuredProxyPushSupplierPOA._this(ORB orb)
           
 SupplierAdmin SupplierAdminPOATie._this(ORB orb)
           
 StructuredProxyPullConsumer StructuredProxyPullConsumerPOATie._this(ORB orb)
           
 SupplierAdmin SupplierAdminPOA._this(ORB orb)
           
 SequenceProxyPullConsumer SequenceProxyPullConsumerPOATie._this(ORB orb)
           
 StructuredProxyPullSupplier StructuredProxyPullSupplierPOA._this(ORB orb)
           
 EventChannel EventChannelPOA._this(ORB orb)
           
 ProxyPullSupplier ProxyPullSupplierPOATie._this(ORB orb)
           
 ProxyPullConsumer ProxyPullConsumerPOA._this(ORB orb)
           
 ProxyPullSupplier ProxyPullSupplierPOA._this(ORB orb)
           
 SequenceProxyPushConsumer SequenceProxyPushConsumerPOATie._this(ORB orb)
           
 ProxyPushConsumer ProxyPushConsumerPOATie._this(ORB orb)
           
 SequenceProxyPushSupplier SequenceProxyPushSupplierPOATie._this(ORB orb)
           
 EventChannelFactory EventChannelFactoryPOA._this(ORB orb)
           
 ProxyConsumer ProxyConsumerPOATie._this(ORB orb)
           
 ProxySupplier ProxySupplierPOATie._this(ORB orb)
           
 StructuredProxyPushConsumer StructuredProxyPushConsumerPOATie._this(ORB orb)
           
 SequenceProxyPushConsumer SequenceProxyPushConsumerPOA._this(ORB orb)
           
 SequenceProxyPushSupplier SequenceProxyPushSupplierPOA._this(ORB orb)
           
 ProxyPushSupplier ProxyPushSupplierPOA._this(ORB orb)
           
 EventChannel EventChannelPOATie._this(ORB orb)
           
 StructuredProxyPullSupplier StructuredProxyPullSupplierPOATie._this(ORB orb)
           
 ProxyConsumer ProxyConsumerPOA._this(ORB orb)
           
 StructuredProxyPushConsumer StructuredProxyPushConsumerPOA._this(ORB orb)
           
 SequenceProxyPullSupplier SequenceProxyPullSupplierPOA._this(ORB orb)
           
 ConsumerAdmin ConsumerAdminPOATie._this(ORB orb)
           
 ProxyPullConsumer ProxyPullConsumerPOATie._this(ORB orb)
           
 SequenceProxyPullSupplier SequenceProxyPullSupplierPOATie._this(ORB orb)
           
 StructuredProxyPullConsumer StructuredProxyPullConsumerPOA._this(ORB orb)
           
 ProxyPushConsumer ProxyPushConsumerPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosNotifyChannelAdminAck
 

Methods in org.omg.CosNotifyChannelAdminAck with parameters of type ORB
 StructuredProxyPushSupplierAck StructuredProxyPushSupplierAckPOATie._this(ORB orb)
           
 StructuredProxyPullSupplierAck StructuredProxyPullSupplierAckPOA._this(ORB orb)
           
 StructuredProxyPullSupplierAck StructuredProxyPullSupplierAckPOATie._this(ORB orb)
           
 SequenceProxyPushSupplierAck SequenceProxyPushSupplierAckPOATie._this(ORB orb)
           
 SequenceProxyPushSupplierAck SequenceProxyPushSupplierAckPOA._this(ORB orb)
           
 StructuredProxyPushSupplierAck StructuredProxyPushSupplierAckPOA._this(ORB orb)
           
 SequenceProxyPullSupplierAck SequenceProxyPullSupplierAckPOATie._this(ORB orb)
           
 SequenceProxyPullSupplierAck SequenceProxyPullSupplierAckPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosNotifyComm
 

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

Uses of ORB in org.omg.CosNotifyCommAck
 

Methods in org.omg.CosNotifyCommAck with parameters of type ORB
 SequencePullSupplierAck SequencePullSupplierAckPOATie._this(ORB orb)
           
 StructuredPushSupplierAck StructuredPushSupplierAckPOATie._this(ORB orb)
           
 StructuredPullSupplierAck StructuredPullSupplierAckPOA._this(ORB orb)
           
 SequencePushSupplierAck SequencePushSupplierAckPOATie._this(ORB orb)
           
 StructuredPushSupplierAck StructuredPushSupplierAckPOA._this(ORB orb)
           
 SequencePullSupplierAck SequencePullSupplierAckPOA._this(ORB orb)
           
 SequencePushSupplierAck SequencePushSupplierAckPOA._this(ORB orb)
           
 StructuredPullSupplierAck StructuredPullSupplierAckPOATie._this(ORB orb)
           
 

Uses of ORB in org.omg.CosNotifyFilter
 

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

Uses of ORB in org.omg.CosTrading
 

Methods in org.omg.CosTrading with parameters of type ORB
 Link LinkPOATie._this(ORB orb)
           
 Lookup LookupPOA._this(ORB orb)
           
 ImportAttributes ImportAttributesPOA._this(ORB orb)
           
 LinkAttributes LinkAttributesPOA._this(ORB orb)
           
 TraderComponents TraderComponentsPOATie._this(ORB orb)
           
 TraderComponents TraderComponentsPOA._this(ORB orb)
           
 OfferIdIterator OfferIdIteratorPOA._this(ORB orb)
           
 Register RegisterPOA._this(ORB orb)
           
 ImportAttributes ImportAttributesPOATie._this(ORB orb)
           
 OfferIterator OfferIteratorPOA._this(ORB orb)
           
 Proxy ProxyPOATie._this(ORB orb)
           
 Admin AdminPOA._this(ORB orb)
           
 LinkAttributes LinkAttributesPOATie._this(ORB orb)
           
 Lookup LookupPOATie._this(ORB orb)
           
 OfferIdIterator OfferIdIteratorPOATie._this(ORB orb)
           
 Proxy ProxyPOA._this(ORB orb)
           
 SupportAttributes SupportAttributesPOATie._this(ORB orb)
           
 Register RegisterPOATie._this(ORB orb)
           
 Admin AdminPOATie._this(ORB orb)
           
 OfferIterator OfferIteratorPOATie._this(ORB orb)
           
 SupportAttributes SupportAttributesPOA._this(ORB orb)
           
 Link LinkPOA._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
 Synchronization SynchronizationPOATie._this(ORB orb)
           
 Resource ResourcePOA._this(ORB orb)
           
 Coordinator CoordinatorPOATie._this(ORB orb)
           
 RecoveryCoordinator RecoveryCoordinatorPOATie._this(ORB orb)
           
 Control ControlPOATie._this(ORB orb)
           
 TransactionFactory TransactionFactoryPOATie._this(ORB orb)
           
 TransactionFactory TransactionFactoryPOA._this(ORB orb)
           
 TransactionalObject TransactionalObjectPOATie._this(ORB orb)
           
 TransactionalObject TransactionalObjectPOA._this(ORB orb)
           
 SubtransactionAwareResource SubtransactionAwareResourcePOATie._this(ORB orb)
           
 SubtransactionAwareResource SubtransactionAwareResourcePOA._this(ORB orb)
           
 Terminator TerminatorPOATie._this(ORB orb)
           
 Current CurrentPOATie._this(ORB orb)
           
 Coordinator CoordinatorPOA._this(ORB orb)
           
 Current CurrentPOA._this(ORB orb)
           
 RecoveryCoordinator RecoveryCoordinatorPOA._this(ORB orb)
           
 Resource ResourcePOATie._this(ORB orb)
           
 Synchronization SynchronizationPOA._this(ORB orb)
           
 Control ControlPOA._this(ORB orb)
           
 Terminator TerminatorPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.CosTypedEventChannelAdmin
 

Methods in org.omg.CosTypedEventChannelAdmin with parameters of type ORB
 TypedEventChannel TypedEventChannelPOA._this(ORB orb)
           
 TypedProxyPushConsumer TypedProxyPushConsumerPOA._this(ORB orb)
           
 TypedProxyPullSupplier TypedProxyPullSupplierPOA._this(ORB orb)
           
 TypedEventChannel TypedEventChannelPOATie._this(ORB orb)
           
 TypedConsumerAdmin TypedConsumerAdminPOATie._this(ORB orb)
           
 TypedSupplierAdmin TypedSupplierAdminPOATie._this(ORB orb)
           
 TypedProxyPushConsumer TypedProxyPushConsumerPOATie._this(ORB orb)
           
 TypedSupplierAdmin TypedSupplierAdminPOA._this(ORB orb)
           
 TypedProxyPullSupplier TypedProxyPullSupplierPOATie._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)
           
 TypedPullSupplier TypedPullSupplierPOATie._this(ORB orb)
           
 TypedPushConsumer TypedPushConsumerPOA._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
 TypedProxyPushSupplier TypedProxyPushSupplierPOA._this(ORB orb)
           
 TypedEventChannel TypedEventChannelPOA._this(ORB orb)
           
 TypedProxyPushConsumer TypedProxyPushConsumerPOA._this(ORB orb)
           
 TypedProxyPullSupplier TypedProxyPullSupplierPOA._this(ORB orb)
           
 TypedEventChannel TypedEventChannelPOATie._this(ORB orb)
           
 TypedEventChannelFactory TypedEventChannelFactoryPOATie._this(ORB orb)
           
 TypedProxyPullConsumer TypedProxyPullConsumerPOA._this(ORB orb)
           
 TypedConsumerAdmin TypedConsumerAdminPOATie._this(ORB orb)
           
 TypedProxyPushSupplier TypedProxyPushSupplierPOATie._this(ORB orb)
           
 TypedSupplierAdmin TypedSupplierAdminPOATie._this(ORB orb)
           
 TypedProxyPushConsumer TypedProxyPushConsumerPOATie._this(ORB orb)
           
 TypedSupplierAdmin TypedSupplierAdminPOA._this(ORB orb)
           
 TypedProxyPullSupplier TypedProxyPullSupplierPOATie._this(ORB orb)
           
 TypedEventChannelFactory TypedEventChannelFactoryPOA._this(ORB orb)
           
 TypedProxyPullConsumer TypedProxyPullConsumerPOATie._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)
           
 TypedPullSupplier TypedPullSupplierPOATie._this(ORB orb)
           
 TypedPushConsumer TypedPushConsumerPOA._this(ORB orb)
           
 TypedPullSupplier TypedPullSupplierPOA._this(ORB orb)
           
 

Uses of ORB in org.omg.dds
 

Methods in org.omg.dds with parameters of type ORB
 DataWriterListener DataWriterListenerPOA._this(ORB orb)
           
 Listener ListenerPOA._this(ORB orb)
           
 Topic TopicPOA._this(ORB orb)
           
 Subscriber SubscriberPOA._this(ORB orb)
           
 Condition ConditionPOATie._this(ORB orb)
           
 SubscriberListener SubscriberListenerPOATie._this(ORB orb)
           
 WaitSet WaitSetPOATie._this(ORB orb)
           
 DomainParticipant DomainParticipantPOATie._this(ORB orb)
           
 ContentFilteredTopic ContentFilteredTopicPOA._this(ORB orb)
           
 DataWriter DataWriterPOA._this(ORB orb)
           
 ReadCondition ReadConditionPOA._this(ORB orb)
           
 DataReaderListener DataReaderListenerPOA._this(ORB orb)
           
 WaitSet WaitSetPOA._this(ORB orb)
           
 DomainParticipantFactory DomainParticipantFactoryPOATie._this(ORB orb)
           
 TopicDescription TopicDescriptionPOATie._this(ORB orb)
           
 Topic TopicPOATie._this(ORB orb)
           
 Publisher PublisherPOA._this(ORB orb)
           
 QueryCondition QueryConditionPOA._this(ORB orb)
           
 DomainParticipantListener DomainParticipantListenerPOA._this(ORB orb)
           
 Condition ConditionPOA._this(ORB orb)
           
 SubscriberListener SubscriberListenerPOA._this(ORB orb)
           
 DataReaderListener DataReaderListenerPOATie._this(ORB orb)
           
 TopicListener TopicListenerPOATie._this(ORB orb)
           
 GuardCondition GuardConditionPOA._this(ORB orb)
           
 Publisher PublisherPOATie._this(ORB orb)
           
 DomainParticipantFactory DomainParticipantFactoryPOA._this(ORB orb)
           
 Entity EntityPOATie._this(ORB orb)
           
 PublisherListener PublisherListenerPOA._this(ORB orb)
           
 MultiTopic MultiTopicPOATie._this(ORB orb)
           
 PublisherListener PublisherListenerPOATie._this(ORB orb)
           
 StatusCondition StatusConditionPOATie._this(ORB orb)
           
 ContentFilteredTopic ContentFilteredTopicPOATie._this(ORB orb)
           
 ReadCondition ReadConditionPOATie._this(ORB orb)
           
 Listener ListenerPOATie._this(ORB orb)
           
 DataReader DataReaderPOA._this(ORB orb)
           
 TopicDescription TopicDescriptionPOA._this(ORB orb)
           
 StatusCondition StatusConditionPOA._this(ORB orb)
           
 DataReader DataReaderPOATie._this(ORB orb)
           
 DomainParticipantListener DomainParticipantListenerPOATie._this(ORB orb)
           
 QueryCondition QueryConditionPOATie._this(ORB orb)
           
 Entity EntityPOA._this(ORB orb)
           
 TypeSupport TypeSupportPOATie._this(ORB orb)
           
 TypeSupport TypeSupportPOA._this(ORB orb)
           
 TopicListener TopicListenerPOA._this(ORB orb)
           
 MultiTopic MultiTopicPOA._this(ORB orb)
           
 DomainParticipant DomainParticipantPOA._this(ORB orb)
           
 DataWriter DataWriterPOATie._this(ORB orb)
           
 GuardCondition GuardConditionPOATie._this(ORB orb)
           
 Subscriber SubscriberPOATie._this(ORB orb)
           
 DataWriterListener DataWriterListenerPOATie._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)
           
 DynEnum DynEnumPOA._this(ORB orb)
           
 DynArray DynArrayPOA._this(ORB orb)
           
 DynStruct DynStructPOA._this(ORB orb)
           
 DynSequence DynSequencePOA._this(ORB orb)
           
 DynUnion DynUnionPOA._this(ORB orb)
           
 DynValue DynValuePOA._this(ORB orb)
           
 DynSequence DynSequencePOATie._this(ORB orb)
           
 DynAnyFactory DynAnyFactoryPOATie._this(ORB orb)
           
 DynUnion DynUnionPOATie._this(ORB orb)
           
 DynStruct DynStructPOATie._this(ORB orb)
           
 DynArray DynArrayPOATie._this(ORB orb)
           
 DynFixed DynFixedPOATie._this(ORB orb)
           
 DynAny DynAnyPOATie._this(ORB orb)
           
 DynEnum DynEnumPOATie._this(ORB orb)
           
 DynFixed DynFixedPOA._this(ORB orb)
           
 DynAnyFactory DynAnyFactoryPOA._this(ORB orb)
           
 DynAny DynAnyPOA._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)