Uses of Interface
org.omg.CosNotifyComm.StructuredPushSupplier

Packages that use StructuredPushSupplier
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyComm   
 

Uses of StructuredPushSupplier in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of StructuredPushSupplier in org.omg.CosNotifyChannelAdmin
 interface StructuredProxyPushSupplier
          Generated from IDL interface "StructuredProxyPushSupplier"
 

Classes in org.omg.CosNotifyChannelAdmin that implement StructuredPushSupplier
 class _StructuredProxyPushSupplierStub
          Generated from IDL interface "StructuredProxyPushSupplier"
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type StructuredPushSupplier
 void _StructuredProxyPushConsumerStub.connect_structured_push_supplier(StructuredPushSupplier push_supplier)
           
 void StructuredProxyPushConsumerPOATie.connect_structured_push_supplier(StructuredPushSupplier push_supplier)
           
 void StructuredProxyPushConsumerOperations.connect_structured_push_supplier(StructuredPushSupplier push_supplier)
           
 

Uses of StructuredPushSupplier in org.omg.CosNotifyComm
 

Classes in org.omg.CosNotifyComm that implement StructuredPushSupplier
 class _StructuredPushSupplierStub
          Generated from IDL interface "StructuredPushSupplier"
 

Fields in org.omg.CosNotifyComm declared as StructuredPushSupplier
 StructuredPushSupplier StructuredPushSupplierHolder.value
           
 

Methods in org.omg.CosNotifyComm that return StructuredPushSupplier
 StructuredPushSupplier StructuredPushSupplierPOATie._this()
           
 StructuredPushSupplier StructuredPushSupplierPOATie._this(ORB orb)
           
 StructuredPushSupplier StructuredPushSupplierPOA._this()
           
 StructuredPushSupplier StructuredPushSupplierPOA._this(ORB orb)
           
static StructuredPushSupplier StructuredPushSupplierHelper.extract(Any any)
           
static StructuredPushSupplier StructuredPushSupplierHelper.read(InputStream in)
           
static StructuredPushSupplier StructuredPushSupplierHelper.narrow(java.lang.Object obj)
           
static StructuredPushSupplier StructuredPushSupplierHelper.narrow(Object obj)
           
static StructuredPushSupplier StructuredPushSupplierHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosNotifyComm with parameters of type StructuredPushSupplier
static void StructuredPushSupplierHelper.insert(Any any, StructuredPushSupplier s)
           
static void StructuredPushSupplierHelper.write(OutputStream _out, StructuredPushSupplier s)
           
 

Constructors in org.omg.CosNotifyComm with parameters of type StructuredPushSupplier
StructuredPushSupplierHolder(StructuredPushSupplier initial)