Uses of Interface
org.omg.dds.type.builtin.KeyedString

Packages that use KeyedString
org.omg.dds.pub The Publication Module contains the Publisher and DataWriter interfaces as well as the PublisherListener and DataWriterListener interfaces, and more generally, all that is needed on the publication side. 
org.omg.dds.sub The Subscription Module contains the Subscriber, DataReader, ReadCondition, and QueryCondition interfaces, as well as the SubscriberListener and DataReaderListener interfaces, and more generally, all that is needed on the subscription side. 
org.omg.dds.type.builtin   
 

Uses of KeyedString in org.omg.dds.pub
 

Method parameters in org.omg.dds.pub with type arguments of type KeyedString
 KeyedStringDataWriter Publisher.createKeyedStringDataWriter(Topic<KeyedString> topic)
           
 KeyedStringDataWriter Publisher.createKeyedStringDataWriter(Topic<KeyedString> topic, DataWriterQos qos, DataWriterListener<KeyedString> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new data writer.
 KeyedStringDataWriter Publisher.createKeyedStringDataWriter(Topic<KeyedString> topic, DataWriterQos qos, DataWriterListener<KeyedString> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new data writer.
 KeyedStringDataWriter Publisher.createKeyedStringDataWriter(Topic<KeyedString> topic, java.lang.String qosLibraryName, java.lang.String qosProfileName, DataWriterListener<KeyedString> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new data writer.
 KeyedStringDataWriter Publisher.createKeyedStringDataWriter(Topic<KeyedString> topic, java.lang.String qosLibraryName, java.lang.String qosProfileName, DataWriterListener<KeyedString> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new data writer.
 KeyedStringDataWriter Publisher.lookupKeyedStringDataWriter(Topic<KeyedString> topicName)
           
 

Uses of KeyedString in org.omg.dds.sub
 

Method parameters in org.omg.dds.sub with type arguments of type KeyedString
 KeyedStringDataReader Subscriber.createKeyedStringDataReader(TopicDescription<KeyedString> topic)
           
 KeyedStringDataReader Subscriber.createKeyedStringDataReader(TopicDescription<KeyedString> topic, DataReaderQos qos, DataReaderListener<KeyedString> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new data reader.
 KeyedStringDataReader Subscriber.createKeyedStringDataReader(TopicDescription<KeyedString> topic, DataReaderQos qos, DataReaderListener<KeyedString> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new data reader.
 KeyedStringDataReader Subscriber.createKeyedStringDataReader(TopicDescription<KeyedString> topic, java.lang.String qosLibraryName, java.lang.String qosProfileName, DataReaderListener<KeyedString> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new data reader.
 KeyedStringDataReader Subscriber.createKeyedStringDataReader(TopicDescription<KeyedString> topic, java.lang.String qosLibraryName, java.lang.String qosProfileName, DataReaderListener<KeyedString> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new data reader.
 KeyedStringDataReader Subscriber.lookupKeyedStringDataReader(TopicDescription<KeyedString> topicName)
           
 

Uses of KeyedString in org.omg.dds.type.builtin
 

Methods in org.omg.dds.type.builtin that return KeyedString
 KeyedString KeyedString.setKey(java.lang.CharSequence key)
           
 KeyedString KeyedString.setValue(java.lang.CharSequence value)
           
 



Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.