Uses of Interface
org.omg.CosTime.TIO

Packages that use TIO
org.omg.CosTime   
 

Uses of TIO in org.omg.CosTime
 

Fields in org.omg.CosTime declared as TIO
 TIO TIOHolder.value
           
 

Methods in org.omg.CosTime that return TIO
static TIO TIOHelper.extract(Any any)
           
 TIO UTOOperations.interval()
           
static TIO TIOHelper.narrow(Object obj)
           
 TIO TimeServiceOperations.new_interval(long lower, long upper)
           
static TIO TIOHelper.read(InputStream in)
           
 TIO UTOOperations.time_to_interval(UTO uto_)
           
static TIO TIOHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosTime with parameters of type TIO
static void TIOHelper.insert(Any any, TIO s)
           
 OverlapType TIOOperations.overlaps(TIO interval, TIOHolder overlap)
           
static void TIOHelper.write(OutputStream _out, TIO s)
           
 

Constructors in org.omg.CosTime with parameters of type TIO
TIOHolder(TIO initial)