org.omg.CosNotifyChannelAdmin
Interface ProxySupplierOperations

All Superinterfaces:
FilterAdminOperations, QoSAdminOperations
All Known Subinterfaces:
ProxyPullSupplier, ProxyPullSupplierOperations, ProxyPushSupplier, ProxyPushSupplierOperations, ProxySupplier, SequenceProxyPullSupplier, SequenceProxyPullSupplierAck, SequenceProxyPullSupplierAckOperations, SequenceProxyPullSupplierOperations, SequenceProxyPushSupplier, SequenceProxyPushSupplierAck, SequenceProxyPushSupplierAckOperations, SequenceProxyPushSupplierOperations, StructuredProxyPullSupplier, StructuredProxyPullSupplierAck, StructuredProxyPullSupplierAckOperations, StructuredProxyPullSupplierOperations, StructuredProxyPushSupplier, StructuredProxyPushSupplierAck, StructuredProxyPushSupplierAckOperations, StructuredProxyPushSupplierOperations, TypedProxyPullSupplier, TypedProxyPullSupplierOperations, TypedProxyPushSupplier, TypedProxyPushSupplierOperations
All Known Implementing Classes:
_ProxyPullSupplierStub, _ProxyPushSupplierStub, _ProxySupplierStub, _SequenceProxyPullSupplierAckStub, _SequenceProxyPullSupplierStub, _SequenceProxyPushSupplierAckStub, _SequenceProxyPushSupplierStub, _StructuredProxyPullSupplierAckStub, _StructuredProxyPullSupplierStub, _StructuredProxyPushSupplierAckStub, _StructuredProxyPushSupplierStub, _TypedProxyPullSupplierStub, _TypedProxyPushSupplierStub, ProxyPullSupplierImpl, ProxyPullSupplierPOA, ProxyPushSupplierImpl, ProxyPushSupplierPOA, ProxySupplierPOA, SequenceProxyPullSupplierAckPOA, SequenceProxyPullSupplierImpl, SequenceProxyPullSupplierPOA, SequenceProxyPushSupplierAckPOA, SequenceProxyPushSupplierImpl, SequenceProxyPushSupplierPOA, StructuredProxyPullSupplierAckPOA, StructuredProxyPullSupplierImpl, StructuredProxyPullSupplierPOA, StructuredProxyPushSupplierAckPOA, StructuredProxyPushSupplierImpl, StructuredProxyPushSupplierPOA, TypedProxyPullSupplierImpl, TypedProxyPullSupplierPOA, TypedProxyPushSupplierImpl, TypedProxyPushSupplierPOA

public interface ProxySupplierOperations
extends QoSAdminOperations, FilterAdminOperations

Generated from IDL interface "ProxySupplier"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

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