org.omg.CosTime
Interface TimeServiceOperations

All Known Subinterfaces:
TimeService

public interface TimeServiceOperations

Generated from IDL interface "TimeService".

Version:
generated at Mar 21, 2012 11:04:21 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

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)