Uses of Interface
org.omg.CosNotifyChannelAdmin.ConsumerAdmin

Packages that use ConsumerAdmin
org.jacorb.notification   
org.jacorb.notification.servant   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyChannelAdminAck   
org.omg.CosTypedNotifyChannelAdmin   
 

Uses of ConsumerAdmin in org.jacorb.notification
 

Methods in org.jacorb.notification that return ConsumerAdmin
 ConsumerAdmin EventChannelImpl.default_consumer_admin()
          The default_consumer_admin attribute is a readonly attribute that maintains a reference to the default ConsumerAdmin instance associated with the target EventChannel instance.
 ConsumerAdmin EventChannelImpl.get_consumeradmin(int identifier)
           
 ConsumerAdmin EventChannelImpl.new_for_consumers(InterFilterGroupOperator filterGroupOperator, IntHolder intHolder)
          The new_for_consumers operation is invoked to create a new Notification Service style ConsumerAdmin instance.
 

Uses of ConsumerAdmin in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant that return ConsumerAdmin
 ConsumerAdmin AbstractProxySupplier.MyAdmin()
           
 

Constructors in org.jacorb.notification.servant with parameters of type ConsumerAdmin
AbstractProxyPushSupplier(IAdmin admin, ORB orb, POA poa, org.jacorb.config.Configuration conf, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
AbstractProxySupplier(IAdmin admin, ORB orb, POA poa, org.jacorb.config.Configuration conf, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
ProxyPullSupplierImpl(IAdmin admin, ORB orb, POA poa, org.jacorb.config.Configuration config, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
ProxyPushSupplierImpl(IAdmin admin, ORB orb, POA poa, org.jacorb.config.Configuration conf, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
SequenceProxyPullSupplierImpl(IAdmin admin, ORB orb, POA poa, org.jacorb.config.Configuration conf, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
SequenceProxyPushSupplierImpl(IAdmin admin, ORB orb, POA poa, org.jacorb.config.Configuration config, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
StructuredProxyPullSupplierImpl(IAdmin admin, ORB orb, POA poa, org.jacorb.config.Configuration conf, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
StructuredProxyPushSupplierImpl(IAdmin admin, ORB orb, POA poa, org.jacorb.config.Configuration conf, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, ConsumerAdmin consumerAdmin)
           
TypedProxyPullSupplierImpl(ITypedAdmin admin, ConsumerAdmin consumerAdmin, ORB orb, POA poa, org.jacorb.config.Configuration conf, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, DynAnyFactory dynAnyFactory, Repository repository)
           
TypedProxyPushSupplierImpl(ITypedAdmin admin, ConsumerAdmin consumerAdmin, ORB orb, POA poa, org.jacorb.config.Configuration conf, TaskProcessor taskProcessor, PushTaskExecutorFactory pushTaskExecutorFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
 

Uses of ConsumerAdmin in org.omg.CosNotifyChannelAdmin
 

Fields in org.omg.CosNotifyChannelAdmin declared as ConsumerAdmin
 ConsumerAdmin ConsumerAdminHolder.value
           
 

Methods in org.omg.CosNotifyChannelAdmin that return ConsumerAdmin
 ConsumerAdmin ConsumerAdminPOA._this()
           
 ConsumerAdmin ConsumerAdminPOATie._this()
           
 ConsumerAdmin ConsumerAdminPOA._this(ORB orb)
           
 ConsumerAdmin ConsumerAdminPOATie._this(ORB orb)
           
 ConsumerAdmin EventChannelOperations.default_consumer_admin()
           
 ConsumerAdmin EventChannelPOATie.default_consumer_admin()
           
 ConsumerAdmin _EventChannelStub.default_consumer_admin()
           
static ConsumerAdmin ConsumerAdminHelper.extract(Any any)
           
 ConsumerAdmin EventChannelOperations.get_consumeradmin(int id)
           
 ConsumerAdmin EventChannelPOATie.get_consumeradmin(int id)
           
 ConsumerAdmin _EventChannelStub.get_consumeradmin(int id)
           
 ConsumerAdmin ProxySupplierOperations.MyAdmin()
           
 ConsumerAdmin ProxyPullSupplierPOATie.MyAdmin()
           
 ConsumerAdmin ProxyPushSupplierPOATie.MyAdmin()
           
 ConsumerAdmin ProxySupplierPOATie.MyAdmin()
           
 ConsumerAdmin SequenceProxyPullSupplierPOATie.MyAdmin()
           
 ConsumerAdmin SequenceProxyPushSupplierPOATie.MyAdmin()
           
 ConsumerAdmin StructuredProxyPullSupplierPOATie.MyAdmin()
           
 ConsumerAdmin StructuredProxyPushSupplierPOATie.MyAdmin()
           
 ConsumerAdmin _ProxyPullSupplierStub.MyAdmin()
           
 ConsumerAdmin _ProxyPushSupplierStub.MyAdmin()
           
 ConsumerAdmin _ProxySupplierStub.MyAdmin()
           
 ConsumerAdmin _SequenceProxyPullSupplierStub.MyAdmin()
           
 ConsumerAdmin _SequenceProxyPushSupplierStub.MyAdmin()
           
 ConsumerAdmin _StructuredProxyPullSupplierStub.MyAdmin()
           
 ConsumerAdmin _StructuredProxyPushSupplierStub.MyAdmin()
           
static ConsumerAdmin ConsumerAdminHelper.narrow(Object obj)
           
 ConsumerAdmin EventChannelOperations.new_for_consumers(InterFilterGroupOperator op, IntHolder id)
           
 ConsumerAdmin EventChannelPOATie.new_for_consumers(InterFilterGroupOperator op, IntHolder id)
           
 ConsumerAdmin _EventChannelStub.new_for_consumers(InterFilterGroupOperator op, IntHolder id)
           
static ConsumerAdmin ConsumerAdminHelper.read(InputStream in)
           
static ConsumerAdmin ConsumerAdminHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type ConsumerAdmin
static void ConsumerAdminHelper.insert(Any any, ConsumerAdmin s)
           
static void ConsumerAdminHelper.write(OutputStream _out, ConsumerAdmin s)
           
 

Constructors in org.omg.CosNotifyChannelAdmin with parameters of type ConsumerAdmin
ConsumerAdminHolder(ConsumerAdmin initial)
           
 

Uses of ConsumerAdmin in org.omg.CosNotifyChannelAdminAck
 

Methods in org.omg.CosNotifyChannelAdminAck that return ConsumerAdmin
 ConsumerAdmin SequenceProxyPullSupplierAckPOATie.MyAdmin()
           
 ConsumerAdmin SequenceProxyPushSupplierAckPOATie.MyAdmin()
           
 ConsumerAdmin StructuredProxyPullSupplierAckPOATie.MyAdmin()
           
 ConsumerAdmin StructuredProxyPushSupplierAckPOATie.MyAdmin()
           
 ConsumerAdmin _SequenceProxyPullSupplierAckStub.MyAdmin()
           
 ConsumerAdmin _SequenceProxyPushSupplierAckStub.MyAdmin()
           
 ConsumerAdmin _StructuredProxyPullSupplierAckStub.MyAdmin()
           
 ConsumerAdmin _StructuredProxyPushSupplierAckStub.MyAdmin()
           
 

Uses of ConsumerAdmin in org.omg.CosTypedNotifyChannelAdmin
 

Subinterfaces of ConsumerAdmin in org.omg.CosTypedNotifyChannelAdmin
 interface TypedConsumerAdmin
          Generated from IDL interface "TypedConsumerAdmin".
 

Methods in org.omg.CosTypedNotifyChannelAdmin that return ConsumerAdmin
 ConsumerAdmin TypedProxyPullSupplierPOATie.MyAdmin()
           
 ConsumerAdmin TypedProxyPushSupplierPOATie.MyAdmin()
           
 ConsumerAdmin _TypedProxyPullSupplierStub.MyAdmin()
           
 ConsumerAdmin _TypedProxyPushSupplierStub.MyAdmin()