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
static UTO UTOHelper.extract(Any any)
           
static UTO UTOHelper.read(InputStream in)
           
static UTO UTOHelper.narrow(java.lang.Object obj)
           
static UTO UTOHelper.narrow(Object obj)
           
static UTO UTOHelper.unchecked_narrow(Object obj)
           
 UTO TimeServiceOperations.universal_time()
           
 UTO TimeServiceOperations.secure_universal_time()
           
 UTO TimeServiceOperations.new_universal_time(long time, long inaccuracy, short tdf)
           
 UTO TimeServiceOperations.uto_from_utc(UtcT utc)
           
 UTO TIOOperations.time()
           
 UTO UTOOperations.absolute_time()
           
 

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

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