org.omg.CosTime
Interface TimeServiceOperations

All Known Subinterfaces:
TimeService

public interface TimeServiceOperations

Generated from IDL interface "TimeService"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 TIO new_interval(long lower, long upper)
           
 UTO new_universal_time(long time, long inaccuracy, short tdf)
           
 UTO secure_universal_time()
           
 UTO universal_time()
           
 UTO uto_from_utc(UtcT utc)
           
 

Method Detail

universal_time

public UTO universal_time()
                   throws TimeUnavailable
Throws:
TimeUnavailable

secure_universal_time

public UTO secure_universal_time()
                          throws TimeUnavailable
Throws:
TimeUnavailable

new_universal_time

public UTO new_universal_time(long time,
                              long inaccuracy,
                              short tdf)

uto_from_utc

public UTO uto_from_utc(UtcT utc)

new_interval

public TIO new_interval(long lower,
                        long upper)