org.omg.CosTime

Class TimeServicePOATie

public class TimeServicePOATie extends TimeServicePOA

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.
Constructor Summary
TimeServicePOATie(TimeServiceOperations tieObject)
Constructor
TimeServicePOATie(TimeServiceOperations tieObject, POA poa)
Constructor
Method Summary
TIOnew_interval(long lower, long upper)
Operation new_interval
UTOnew_universal_time(long time, long inaccuracy, short tdf)
Operation new_universal_time
UTOsecure_universal_time()
Operation secure_universal_time
UTOuniversal_time()
Operation universal_time
UTOuto_from_utc(UtcT utc)
Operation uto_from_utc
POA_default_POA()
_default_POA method
TimeServiceOperations_delegate()
Get the delegate
void_delegate(TimeServiceOperations delegate_)
Set the delegate

Constructor Detail

TimeServicePOATie

public TimeServicePOATie(TimeServiceOperations tieObject)
Constructor

TimeServicePOATie

public TimeServicePOATie(TimeServiceOperations tieObject, POA poa)
Constructor

Method Detail

new_interval

public TIO new_interval(long lower, long upper)
Operation new_interval

new_universal_time

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

secure_universal_time

public UTO secure_universal_time()
Operation secure_universal_time

universal_time

public UTO universal_time()
Operation universal_time

uto_from_utc

public UTO uto_from_utc(UtcT utc)
Operation uto_from_utc

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public TimeServiceOperations _delegate()
Get the delegate

_delegate

public void _delegate(TimeServiceOperations delegate_)
Set the delegate