Uses of Class
ch.ethz.iks.r_osgi.types.Timestamp

Packages that use Timestamp
ch.ethz.iks.r_osgi.channels   
ch.ethz.iks.r_osgi.types   
 

Uses of Timestamp in ch.ethz.iks.r_osgi.channels
 

Methods in ch.ethz.iks.r_osgi.channels that return Timestamp
 Timestamp ChannelEndpointManager.transformTimestamp(Timestamp timestamp)
          transform a timestamp into the peer's local time.
 

Methods in ch.ethz.iks.r_osgi.channels with parameters of type Timestamp
 Timestamp ChannelEndpointManager.transformTimestamp(Timestamp timestamp)
          transform a timestamp into the peer's local time.
 

Uses of Timestamp in ch.ethz.iks.r_osgi.types
 

Methods in ch.ethz.iks.r_osgi.types that return Timestamp
static Timestamp Timestamp.from(long timestamp)
          Get a Timestamp object from long.
static Timestamp Timestamp.fromString(java.lang.String timestamp)
          Get a Timestamp object from String.
 



Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.