public class TopicImpl extends TopicPOA
Constructor and Description |
---|
TopicImpl(String topic_name,
String type_name,
TopicQos qos,
TopicListener a_listener,
DomainParticipant parent) |
Modifier and Type | Method and Description |
---|---|
int |
enable()
Not Implemented
|
InconsistentTopicStatus |
get_inconsistent_topic_status()
Not Implemented
|
String |
get_name() |
DomainParticipant |
get_participant() |
int |
get_status_changes()
Not Implemented
|
StatusCondition |
get_statuscondition()
Not Implemented
|
String |
get_type_name() |
String |
getTopic_name() |
String |
getType_name() |
void |
setORB(ORB orb) |
void |
setPOA(POA poa) |
_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 TopicImpl(String topic_name, String type_name, TopicQos qos, TopicListener a_listener, DomainParticipant parent)
topic_name
- type_name
- qos
- a_listener
- parent
- public String getTopic_name()
public String getType_name()
public void setORB(ORB orb)
orb
- The orb to set.public void setPOA(POA poa)
poa
- The poa to set.public InconsistentTopicStatus get_inconsistent_topic_status()
public int enable()
public StatusCondition get_statuscondition()
public int get_status_changes()
public String get_type_name()
public String get_name()
public DomainParticipant get_participant()
Copyright © 2016 JacORB. All rights reserved.