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

Packages that use KeyedBytes
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 KeyedBytes in org.omg.dds.pub
 

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

Uses of KeyedBytes in org.omg.dds.sub
 

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

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

Methods in org.omg.dds.type.builtin that return KeyedBytes
 KeyedBytes KeyedBytes.setKey(java.lang.CharSequence key)
           
 KeyedBytes KeyedBytes.setValue(byte[] value)
           
 KeyedBytes KeyedBytes.setValue(byte[] value, int offset, int length)
           
 



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