Uses of Class
org.omg.dds.core.modifiable.ModifiableTime

Packages that use ModifiableTime
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.domain The Domain Module contains the DomainParticipant class that acts as an entry-point of the Service and acts as a factory for many of the classes. 
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. 
 

Uses of ModifiableTime in org.omg.dds.core
 

Methods in org.omg.dds.core that return ModifiableTime
 ModifiableTime Bootstrap.ServiceProviderInterface.newTime(long time, java.util.concurrent.TimeUnit units)
          Construct a specific instant in time.
static ModifiableTime Time.newTime(long time, java.util.concurrent.TimeUnit units, Bootstrap bootstrap)
          Construct a specific instant in time.
 

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

Methods in org.omg.dds.core.modifiable that return ModifiableTime
abstract  ModifiableTime ModifiableTime.add(Duration duration)
          Increment this time by the given amount.
abstract  ModifiableTime ModifiableTime.add(long duration, java.util.concurrent.TimeUnit unit)
          Increment this time by the given amount.
abstract  ModifiableTime ModifiableTime.clone()
           
abstract  ModifiableTime ModifiableTime.setTime(long time, java.util.concurrent.TimeUnit unit)
           
abstract  ModifiableTime ModifiableTime.subtract(Duration duration)
          Decrement this time by the given amount.
abstract  ModifiableTime ModifiableTime.subtract(long duration, java.util.concurrent.TimeUnit unit)
          Decrement this time by the given amount.
 

Uses of ModifiableTime in org.omg.dds.domain
 

Methods in org.omg.dds.domain that return ModifiableTime
 ModifiableTime DomainParticipant.getCurrentTime(ModifiableTime currentTime)
           
 

Methods in org.omg.dds.domain with parameters of type ModifiableTime
 ModifiableTime DomainParticipant.getCurrentTime(ModifiableTime currentTime)
           
 

Uses of ModifiableTime in org.omg.dds.sub
 

Methods in org.omg.dds.sub that return ModifiableTime
 ModifiableTime Sample.getSourceTimestamp()
           
 



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