Uses of Class
org.omg.CosNotifyChannelAdmin.ClientType

Packages that use ClientType
org.omg.CosNotifyChannelAdmin   
org.omg.CosTypedNotifyChannelAdmin   
 

Uses of ClientType in org.omg.CosNotifyChannelAdmin
 

Fields in org.omg.CosNotifyChannelAdmin declared as ClientType
 ClientType ClientTypeHolder.value
           
static ClientType ClientType.ANY_EVENT
           
static ClientType ClientType.STRUCTURED_EVENT
           
static ClientType ClientType.SEQUENCE_EVENT
           
 

Methods in org.omg.CosNotifyChannelAdmin that return ClientType
static ClientType ClientTypeHelper.extract(Any any)
           
static ClientType ClientTypeHelper.read(InputStream in)
           
static ClientType ClientType.from_int(int value)
           
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type ClientType
 ProxyConsumer _SupplierAdminStub.obtain_notification_pull_consumer(ClientType ctype, IntHolder proxy_id)
           
 ProxyConsumer _SupplierAdminStub.obtain_notification_push_consumer(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier _ConsumerAdminStub.obtain_notification_pull_supplier(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier _ConsumerAdminStub.obtain_notification_push_supplier(ClientType ctype, IntHolder proxy_id)
           
 ProxyConsumer SupplierAdminPOATie.obtain_notification_pull_consumer(ClientType ctype, IntHolder proxy_id)
           
 ProxyConsumer SupplierAdminPOATie.obtain_notification_push_consumer(ClientType ctype, IntHolder proxy_id)
           
 ProxyConsumer SupplierAdminOperations.obtain_notification_pull_consumer(ClientType ctype, IntHolder proxy_id)
           
 ProxyConsumer SupplierAdminOperations.obtain_notification_push_consumer(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier ConsumerAdminPOATie.obtain_notification_pull_supplier(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier ConsumerAdminPOATie.obtain_notification_push_supplier(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier ConsumerAdminOperations.obtain_notification_pull_supplier(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier ConsumerAdminOperations.obtain_notification_push_supplier(ClientType ctype, IntHolder proxy_id)
           
static void ClientTypeHelper.insert(Any any, ClientType s)
           
static void ClientTypeHelper.write(OutputStream out, ClientType s)
           
 

Constructors in org.omg.CosNotifyChannelAdmin with parameters of type ClientType
ClientTypeHolder(ClientType initial)
           
 

Uses of ClientType in org.omg.CosTypedNotifyChannelAdmin
 

Methods in org.omg.CosTypedNotifyChannelAdmin with parameters of type ClientType
 ProxyConsumer _TypedSupplierAdminStub.obtain_notification_pull_consumer(ClientType ctype, IntHolder proxy_id)
           
 ProxyConsumer _TypedSupplierAdminStub.obtain_notification_push_consumer(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier _TypedConsumerAdminStub.obtain_notification_pull_supplier(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier _TypedConsumerAdminStub.obtain_notification_push_supplier(ClientType ctype, IntHolder proxy_id)
           
 ProxyConsumer TypedSupplierAdminPOATie.obtain_notification_pull_consumer(ClientType ctype, IntHolder proxy_id)
           
 ProxyConsumer TypedSupplierAdminPOATie.obtain_notification_push_consumer(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier TypedConsumerAdminPOATie.obtain_notification_pull_supplier(ClientType ctype, IntHolder proxy_id)
           
 ProxySupplier TypedConsumerAdminPOATie.obtain_notification_push_supplier(ClientType ctype, IntHolder proxy_id)