|
||||||||
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.TimeServicePOA
org.openorb.time.TimeServiceImpl
public class TimeServiceImpl
Constructor Summary | |
---|---|
TimeServiceImpl(org.omg.CORBA.ORB orb,
long inaccuracy)
Constructor of the Time Service implementation. |
Method Summary | |
---|---|
TIO |
new_interval(long lower,
long upper)
Operation new_interval |
UTO |
new_universal_time(long time,
long inaccuracy,
short tdf)
Operation new_universal_time |
UTO |
secure_universal_time()
Operation secure_universal_time |
UTO |
universal_time()
Operation universal_time |
UTO |
uto_from_utc(UtcT utc)
Operation uto_from_utc |
Methods inherited from class org.omg.CosTime.TimeServicePOA |
---|
_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 TimeServiceImpl(org.omg.CORBA.ORB orb, long inaccuracy)
orb
- the ORB for the Time Serviceinaccuracy
- Inaccuracy in units of 100 nanosecondsMethod Detail |
---|
public UTO universal_time() throws TimeUnavailable
TimeUnavailable
public UTO secure_universal_time() throws TimeUnavailable
TimeUnavailable
public UTO new_universal_time(long time, long inaccuracy, short tdf)
public UTO uto_from_utc(UtcT utc)
public TIO new_interval(long lower, long upper)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |