org.omg.CosNotifyChannelAdmin
Interface ProxySupplierOperations

All Superinterfaces:
FilterAdminOperations, QoSAdminOperations
All Known Subinterfaces:
ProxyPullSupplier, ProxyPullSupplierOperations, ProxyPushSupplier, ProxyPushSupplierOperations, ProxySupplier, SequenceProxyPullSupplier, SequenceProxyPullSupplierOperations, SequenceProxyPushSupplier, SequenceProxyPushSupplierOperations, StructuredProxyPullSupplier, StructuredProxyPullSupplierOperations, StructuredProxyPushSupplier, StructuredProxyPushSupplierOperations, TypedProxyPullSupplier, TypedProxyPullSupplierOperations, TypedProxyPushSupplier, TypedProxyPushSupplierOperations
All Known Implementing Classes:
_ProxyPullSupplierStub, _ProxyPushSupplierStub, _ProxySupplierStub, _SequenceProxyPullSupplierStub, _SequenceProxyPushSupplierStub, _StructuredProxyPullSupplierStub, _StructuredProxyPushSupplierStub, _TypedProxyPullSupplierStub, _TypedProxyPushSupplierStub, ProxyPullSupplierPOA, ProxyPushSupplierPOA, ProxySupplierPOA, SequenceProxyPullSupplierPOA, SequenceProxyPushSupplierPOA, StructuredProxyPullSupplierPOA, StructuredProxyPushSupplierPOA, TypedProxyPullSupplierPOA, TypedProxyPushSupplierPOA

public interface ProxySupplierOperations
extends QoSAdminOperations, FilterAdminOperations

Generated from IDL interface "ProxySupplier"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Method Summary
 MappingFilter lifetime_filter()
           
 void lifetime_filter(MappingFilter arg)
           
 ConsumerAdmin MyAdmin()
           
 ProxyType MyType()
           
 EventType[] obtain_offered_types(ObtainInfoMode mode)
           
 MappingFilter priority_filter()
           
 void priority_filter(MappingFilter arg)
           
 void validate_event_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos)
           
 
Methods inherited from interface org.omg.CosNotification.QoSAdminOperations
get_qos, set_qos, validate_qos
 
Methods inherited from interface org.omg.CosNotifyFilter.FilterAdminOperations
add_filter, get_all_filters, get_filter, remove_all_filters, remove_filter
 

Method Detail

MyType

public ProxyType MyType()

MyAdmin

public ConsumerAdmin MyAdmin()

priority_filter

public MappingFilter priority_filter()

priority_filter

public void priority_filter(MappingFilter arg)

lifetime_filter

public MappingFilter lifetime_filter()

lifetime_filter

public void lifetime_filter(MappingFilter arg)

obtain_offered_types

public EventType[] obtain_offered_types(ObtainInfoMode mode)

validate_event_qos

public void validate_event_qos(Property[] required_qos,
                               NamedPropertyRangeSeqHolder available_qos)
                        throws UnsupportedQoS
Throws:
UnsupportedQoS