Uses of Class
org.apache.camel.util.Time

Packages that use Time
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Uses of Time in org.apache.camel.util
 

Methods in org.apache.camel.util that return Time
static Time Time.days(long value)
           
static Time Time.hours(long value)
           
static Time Time.micros(long value)
           
static Time Time.millis(long value)
           
static Time Time.minutes(long value)
           
static Time Time.nanos(long value)
           
static Time Time.seconds(long value)
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.