org.omg.CosTime
Class TimeServicePOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosTime.TimeServicePOA
          extended by org.omg.CosTime.TimeServicePOATie
All Implemented Interfaces:
InvokeHandler, TimeServiceOperations

public class TimeServicePOATie
extends TimeServicePOA

Generated from IDL interface "TimeService".

Version:
generated at 03-Nov-2015 12:24:03
Author:
JacORB IDL compiler V 3.7

Constructor Summary
TimeServicePOATie(TimeServiceOperations delegate)
           
TimeServicePOATie(TimeServiceOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 TimeServiceOperations _delegate()
           
 void _delegate(TimeServiceOperations delegate)
           
 TimeService _this()
           
 TimeService _this(ORB orb)
           
 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)
           
 
Methods inherited from class org.omg.CosTime.TimeServicePOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeServicePOATie

public TimeServicePOATie(TimeServiceOperations delegate)

TimeServicePOATie

public TimeServicePOATie(TimeServiceOperations delegate,
                         POA poa)
Method Detail

_this

public TimeService _this()
Overrides:
_this in class TimeServicePOA

_this

public TimeService _this(ORB orb)
Overrides:
_this in class TimeServicePOA

_delegate

public TimeServiceOperations _delegate()

_delegate

public void _delegate(TimeServiceOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

uto_from_utc

public UTO uto_from_utc(UtcT utc)

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)

new_interval

public TIO new_interval(long lower,
                        long upper)


Copyright © 2015 JacORB. All rights reserved.