|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosTime.UTOPOA
org.openorb.time.UTOImpl
public class UTOImpl
Constructor Summary | |
---|---|
UTOImpl(org.omg.CORBA.ORB orb)
Default CTOR |
|
UTOImpl(org.omg.CORBA.ORB orb,
long utoTime,
long utoInaccuracy,
short tdf)
CTOR with initialization |
|
UTOImpl(org.omg.CORBA.ORB orb,
UtcT utc)
|
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 |
TIO |
time_to_interval(UTO uto)
Operation time_to_interval |
long |
time()
time read attribute |
UtcT |
utc_time()
utc_time read attribute |
Methods inherited from class org.omg.CosTime.UTOPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UTOImpl(org.omg.CORBA.ORB orb)
public UTOImpl(org.omg.CORBA.ORB orb, UtcT utc)
public UTOImpl(org.omg.CORBA.ORB orb, long utoTime, long utoInaccuracy, short tdf)
Method Detail |
---|
public long time()
public long inaccuracy()
public short tdf()
public UtcT utc_time()
public UTO absolute_time()
org.omg.CORBA.DATA_CONVERSION
- if the attempt to obtain absolute time causes an overflow.public TimeComparison compare_time(ComparisonType comparison_type, UTO uto)
public TIO time_to_interval(UTO uto)
public TIO interval()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |