Uses of Interface
org.omg.CosTime.UTO

Packages that use UTO
org.omg.CosTime   
 

Uses of UTO in org.omg.CosTime
 

Fields in org.omg.CosTime declared as UTO
 UTO UTOHolder.value
           
 

Methods in org.omg.CosTime that return UTO
 UTO UTOOperations.absolute_time()
           
static UTO UTOHelper.extract(Any any)
           
static UTO UTOHelper.narrow(Object obj)
           
 UTO TimeServiceOperations.new_universal_time(long time, long inaccuracy, short tdf)
           
static UTO UTOHelper.read(InputStream in)
           
 UTO TimeServiceOperations.secure_universal_time()
           
 UTO TIOOperations.time()
           
static UTO UTOHelper.unchecked_narrow(Object obj)
           
 UTO TimeServiceOperations.universal_time()
           
 UTO TimeServiceOperations.uto_from_utc(UtcT utc)
           
 

Methods in org.omg.CosTime with parameters of type UTO
 TimeComparison UTOOperations.compare_time(ComparisonType comparison_type, UTO uto_)
           
static void UTOHelper.insert(Any any, UTO s)
           
 OverlapType TIOOperations.spans(UTO time, TIOHolder overlap)
           
 TIO UTOOperations.time_to_interval(UTO uto_)
           
static void UTOHelper.write(OutputStream _out, UTO s)
           
 

Constructors in org.omg.CosTime with parameters of type UTO
UTOHolder(UTO initial)