org.openorb.time
public class UTOImpl extends UTOPOA
Constructor Summary | |
---|---|
UTOImpl(ORB orb)
Default CTOR | |
UTOImpl(ORB orb, UtcT utc) | |
UTOImpl(ORB orb, long utoTime, long utoInaccuracy, short tdf)
CTOR with initialization |
Method Summary | |
---|---|
UTO | absolute_time()
This operation returns a UTO containing the absolute time corresponding
to the relative time in object. |
TimeComparison | compare_time(ComparisonType comparison_type, UTO uto)
Operation compare_time |
long | inaccuracy()
inaccuracy read attribute |
TIO | interval()
Operation interval |
short | tdf()
tdf read attribute |
long | time()
time read attribute |
TIO | time_to_interval(UTO uto)
Operation time_to_interval |
UtcT | utc_time()
utc_time read attribute |
Throws: org.omg.CORBA.DATA_CONVERSION if the attempt to obtain absolute time causes an overflow.