|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TimeServiceOperations
The TimeService interface provides operations for obtaining the current time, constructing a UTO with specified values for each attribute, and constructing a TIO wuth specified upped and lower bounds.
| 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()
The secure_universal_time operation returns the current time in a UTO only if the time can be guaranteed to have been obtained securely. |
UTO |
universal_time()
The universal_time operation returns the current time and an estimate of inaccuracy in a UTO. |
UTO |
uto_from_utc(UtcT utc)
Operation uto_from_utc |
| Method Detail |
|---|
UTO universal_time()
throws TimeUnavailable
TimeUnavailable
UTO secure_universal_time()
throws TimeUnavailable
TimeUnavailable
UTO new_universal_time(long time,
long inaccuracy,
short tdf)
UTO uto_from_utc(UtcT utc)
TIO new_interval(long lower,
long upper)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||