org.omg.CosTime
Interface TimeServiceOperations

All Known Subinterfaces:
TimeService

public interface TimeServiceOperations

Generated from IDL interface "TimeService".

Version:
generated at Dec 2, 2008 2:43:13 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

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

UTO universal_time()
                   throws TimeUnavailable
Throws:
TimeUnavailable

secure_universal_time

UTO secure_universal_time()
                          throws TimeUnavailable
Throws:
TimeUnavailable

new_universal_time

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

uto_from_utc

UTO uto_from_utc(UtcT utc)

new_interval

TIO new_interval(long lower,
                 long upper)