| org.jacorb.dds.TopicImpl
TopicImpl | public class TopicImpl extends TopicPOA (Code) | | Topic is the most basic description of the data to be published and subscribed.
A Topic is identified by its name, which must be unique in the whole Domain. In addition
(by virtue of extending TopicDescription) it fully specifies the type of the data
that can be communicated when publishing or subscribing to the Topic.Topic is the only
TopicDescription that can be used for publications and therefore associated to a
DataWriter.
|
Constructor Summary | |
public | TopicImpl(String topic_name, String type_name, TopicQos qos, TopicListener a_listener, DomainParticipant parent) |
TopicImpl | public TopicImpl(String topic_name, String type_name, TopicQos qos, TopicListener a_listener, DomainParticipant parent)(Code) | | Parameters: topic_name - Parameters: type_name - Parameters: qos - Parameters: a_listener - Parameters: parent - |
enable | public int enable()(Code) | | Not Implemented
|
getTopic_name | public String getTopic_name()(Code) | | Returns the topic_name. |
getType_name | public String getType_name()(Code) | | Returns the type_name. |
get_inconsistent_topic_status | public InconsistentTopicStatus get_inconsistent_topic_status()(Code) | | Not Implemented
|
get_participant | public DomainParticipant get_participant()(Code) | | |
get_status_changes | public int get_status_changes()(Code) | | Not Implemented
|
get_statuscondition | public StatusCondition get_statuscondition()(Code) | | Not Implemented
|
|
|