| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ros.internal.node.topic.DefaultTopicParticipant
public abstract class DefaultTopicParticipant
Base definition of a TopicSystemState.
| Constructor Summary | |
|---|---|
| DefaultTopicParticipant(TopicDeclaration topicDeclaration) | |
| Method Summary | |
|---|---|
|  TopicDeclaration | getTopicDeclaration() | 
|  java.util.List<java.lang.String> | getTopicDeclarationAsList() | 
|  java.util.Map<java.lang.String,java.lang.String> | getTopicDeclarationHeader() | 
|  java.lang.String | getTopicMessageType() | 
|  GraphName | getTopicName() | 
| abstract  void | signalOnMasterRegistrationFailure()Signal that the TopicSystemStatefailed to register with the master. | 
| abstract  void | signalOnMasterRegistrationSuccess()Signal that the TopicSystemStatesuccessfully registered with the master. | 
| abstract  void | signalOnMasterUnregistrationFailure()Signal that the TopicSystemStatefailed to unregister with the master. | 
| abstract  void | signalOnMasterUnregistrationSuccess()Signal that the TopicSystemStatesuccessfully unregistered with the master. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DefaultTopicParticipant(TopicDeclaration topicDeclaration)
| Method Detail | 
|---|
public TopicDeclaration getTopicDeclaration()
TopicDeclaration of this TopicParticipantpublic java.util.List<java.lang.String> getTopicDeclarationAsList()
public GraphName getTopicName()
getTopicName in interface TopicParticipantpublic java.lang.String getTopicMessageType()
getTopicMessageType in interface TopicParticipantpublic java.util.Map<java.lang.String,java.lang.String> getTopicDeclarationHeader()
TopicSystemStatepublic abstract void signalOnMasterRegistrationSuccess()
TopicSystemState successfully registered with the master.
public abstract void signalOnMasterRegistrationFailure()
TopicSystemState failed to register with the master.
public abstract void signalOnMasterUnregistrationSuccess()
TopicSystemState successfully unregistered with the master.
public abstract void signalOnMasterUnregistrationFailure()
TopicSystemState failed to unregister with the master.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||