public class SubscriberImpl extends SubscriberPOA
Constructor and Description |
---|
SubscriberImpl(SubscriberQos qos,
SubscriberListener listner,
DomainParticipant DP) |
_all_interfaces, _invoke, _this, _this
_default_POA, _get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public SubscriberImpl(SubscriberQos qos, SubscriberListener listner, DomainParticipant DP)
qos
- listner
- DP
- public DataReader create_datareader(TopicDescription a_topic, DataReaderQos qos, DataReaderListener a_listener)
a_topic
- qos
- a_listener
- public int delete_datareader(DataReader a_datareader)
a_datareader
- public int delete_contained_entities()
public DataReader lookup_datareader(String topic_name)
topic_name
- public int get_datareaders(DataReaderSeqHolder readers, int sample_states, int view_states, int instance_states)
readers
- sample_states
- view_states
- instance_states
- public void notify_datareaders()
public int set_qos(SubscriberQos qos)
qos
- public void get_qos(SubscriberQosHolder qos)
qos
- public int set_listener(SubscriberListener a_listener, int mask)
a_listener
- mask
- public SubscriberListener get_listener()
public int begin_access()
public int end_access()
public DomainParticipant get_participant()
public int set_default_datareader_qos(DataReaderQos qos)
qos
- public void get_default_datareader_qos(DataReaderQosHolder qos)
qos
- public int copy_from_topic_qos(DataReaderQosHolder a_datareader_qos, TopicQos a_topic_qos)
a_datareader_qos
- a_topic_qos
- public int enable()
public StatusCondition get_statuscondition()
public int get_status_changes()
public boolean isDeletable()
public Vector getVector_DataReaders()
public boolean add(DataReader DR)
arg0
- public boolean remove(DataReader DR)
arg0
- public DomainParticipant getDP_Parent()
public void setORB(ORB orb)
orb
- The orb to set.public void setPOA(POA poa)
poa
- The poa to set.public Object getInstance()
public void setInstance(Object instance)
instance
- The instance to set.Copyright © 2016 JacORB. All rights reserved.