Uses of Interface
org.omg.CosEventComm.PushSupplier

Packages that use PushSupplier
org.jacorb.events   
org.omg.CosEventChannelAdmin   
org.omg.CosEventComm   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyComm   
org.omg.CosTypedEventChannelAdmin   
org.omg.CosTypedNotifyChannelAdmin   
 

Uses of PushSupplier in org.jacorb.events
 

Methods in org.jacorb.events with parameters of type PushSupplier
 void ProxyPushConsumerImpl.connect_push_supplier(PushSupplier pushSupplier)
          fuers ProxyPushConsumer Interface: As stated by the EventService specification 1.1 section 2.3.4: "If a ProxyPushConsumer is already connected to a PushSupplier, then the AlreadyConnected exception is raised."
 

Uses of PushSupplier in org.omg.CosEventChannelAdmin
 

Subinterfaces of PushSupplier in org.omg.CosEventChannelAdmin
 interface ProxyPushSupplier
          Generated from IDL interface "ProxyPushSupplier"
 

Classes in org.omg.CosEventChannelAdmin that implement PushSupplier
 class _ProxyPushSupplierStub
          Generated from IDL interface "ProxyPushSupplier"
 

Methods in org.omg.CosEventChannelAdmin with parameters of type PushSupplier
 void _ProxyPushConsumerStub.connect_push_supplier(PushSupplier push_supplier)
           
 void ProxyPushConsumerPOATie.connect_push_supplier(PushSupplier push_supplier)
           
 void ProxyPushConsumerOperations.connect_push_supplier(PushSupplier push_supplier)
           
 

Uses of PushSupplier in org.omg.CosEventComm
 

Classes in org.omg.CosEventComm that implement PushSupplier
 class _PushSupplierStub
          Generated from IDL interface "PushSupplier"
 

Fields in org.omg.CosEventComm declared as PushSupplier
 PushSupplier PushSupplierHolder.value
           
 

Methods in org.omg.CosEventComm that return PushSupplier
 PushSupplier PushSupplierPOATie._this()
           
 PushSupplier PushSupplierPOATie._this(ORB orb)
           
 PushSupplier PushSupplierPOA._this()
           
 PushSupplier PushSupplierPOA._this(ORB orb)
           
static PushSupplier PushSupplierHelper.extract(Any any)
           
static PushSupplier PushSupplierHelper.read(InputStream in)
           
static PushSupplier PushSupplierHelper.narrow(java.lang.Object obj)
           
static PushSupplier PushSupplierHelper.narrow(Object obj)
           
static PushSupplier PushSupplierHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosEventComm with parameters of type PushSupplier
static void PushSupplierHelper.insert(Any any, PushSupplier s)
           
static void PushSupplierHelper.write(OutputStream _out, PushSupplier s)
           
 

Constructors in org.omg.CosEventComm with parameters of type PushSupplier
PushSupplierHolder(PushSupplier initial)
           
 

Uses of PushSupplier in org.omg.CosNotifyChannelAdmin
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type PushSupplier
 void _ProxyPushConsumerStub.connect_any_push_supplier(PushSupplier push_supplier)
           
 void ProxyPushConsumerPOATie.connect_any_push_supplier(PushSupplier push_supplier)
           
 void ProxyPushConsumerOperations.connect_any_push_supplier(PushSupplier push_supplier)
           
 

Uses of PushSupplier in org.omg.CosNotifyComm
 

Subinterfaces of PushSupplier in org.omg.CosNotifyComm
 interface PushSupplier
          Generated from IDL interface "PushSupplier"
 

Uses of PushSupplier in org.omg.CosTypedEventChannelAdmin
 

Methods in org.omg.CosTypedEventChannelAdmin with parameters of type PushSupplier
 void _TypedProxyPushConsumerStub.connect_push_supplier(PushSupplier push_supplier)
           
 void TypedProxyPushConsumerPOATie.connect_push_supplier(PushSupplier push_supplier)
           
 

Uses of PushSupplier in org.omg.CosTypedNotifyChannelAdmin
 

Subinterfaces of PushSupplier in org.omg.CosTypedNotifyChannelAdmin
 interface TypedProxyPushSupplier
          Generated from IDL interface "TypedProxyPushSupplier"
 

Classes in org.omg.CosTypedNotifyChannelAdmin that implement PushSupplier
 class _TypedProxyPushSupplierStub
          Generated from IDL interface "TypedProxyPushSupplier"
 

Methods in org.omg.CosTypedNotifyChannelAdmin with parameters of type PushSupplier
 void _TypedProxyPushConsumerStub.connect_typed_push_supplier(PushSupplier push_supplier)
           
 void TypedProxyPushConsumerPOATie.connect_typed_push_supplier(PushSupplier push_supplier)
           
 void TypedProxyPushConsumerOperations.connect_typed_push_supplier(PushSupplier push_supplier)