Uses of Class
org.omg.dds.core.Time

Packages that use Time
org.omg.dds.core The Core (Infrastructure) Module defines the abstract classes and the interfaces that are refined by the other modules. 
org.omg.dds.core.modifiable   
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.type.builtin   
 

Uses of Time in org.omg.dds.core
 

Methods in org.omg.dds.core that return Time
abstract  Time Time.clone()
           
 Time Bootstrap.ServiceProviderInterface.invalidTime()
           
static Time Time.invalidTime(Bootstrap bootstrap)
           
 

Uses of Time in org.omg.dds.core.modifiable
 

Subclasses of Time in org.omg.dds.core.modifiable
 class ModifiableTime
           
 

Uses of Time in org.omg.dds.pub
 

Methods in org.omg.dds.pub with parameters of type Time
 void DataWriter.dispose(InstanceHandle instanceHandle, TYPE instanceData, Time sourceTimestamp)
           
 InstanceHandle DataWriter.registerInstance(TYPE instanceData, Time sourceTimestamp)
           
 void DataWriter.unregisterInstance(InstanceHandle handle, TYPE instanceData, Time sourceTimestamp)
           
 void DataWriter.write(TYPE instanceData, InstanceHandle handle, Time sourceTimestamp)
           
 void DataWriter.write(TYPE instanceData, Time sourceTimestamp)
           
 

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

Methods in org.omg.dds.type.builtin with parameters of type Time
 void KeyedStringDataWriter.dispose(java.lang.String key, Time sourceTimestamp)
           
 void KeyedBytesDataWriter.dispose(java.lang.String key, Time sourceTimestamp)
           
 InstanceHandle KeyedStringDataWriter.registerInstance(java.lang.String key, Time sourceTimestamp)
           
 InstanceHandle KeyedBytesDataWriter.registerInstance(java.lang.String key, Time sourceTimestamp)
           
 void KeyedStringDataWriter.unregisterInstance(java.lang.String key, Time sourceTimestamp)
           
 void KeyedBytesDataWriter.unregisterInstance(java.lang.String key, Time sourceTimestamp)
           
 void BytesDataWriter.write(byte[] bytes, int offset, int length, InstanceHandle handle, Time sourceTimestamp)
           
 void KeyedBytesDataWriter.write(java.lang.String key, byte[] bytes, int offset, int length, InstanceHandle handle, Time sourceTimestamp)
           
 void KeyedStringDataWriter.write(java.lang.String key, java.lang.String str, InstanceHandle handle, Time sourceTimestamp)
           
 



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