org.omg.CosTime
Class _UTOStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosTime._UTOStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, UTO, UTOOperations

public class _UTOStub
extends ObjectImpl
implements UTO

Generated from IDL interface "UTO".

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

Field Summary
static Class _opsClass
           
 
Constructor Summary
_UTOStub()
           
 
Method Summary
 String[] _ids()
           
 UTO absolute_time()
           
 TimeComparison compare_time(ComparisonType comparison_type, UTO uto_)
           
 long inaccuracy()
           
 TIO interval()
           
 short tdf()
           
 TIO time_to_interval(UTO uto_)
           
 long time()
           
 UtcT utc_time()
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final Class _opsClass
Constructor Detail

_UTOStub

public _UTOStub()
Method Detail

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl

absolute_time

public UTO absolute_time()
Specified by:
absolute_time in interface UTOOperations

utc_time

public UtcT utc_time()
Specified by:
utc_time in interface UTOOperations

tdf

public short tdf()
Specified by:
tdf in interface UTOOperations

inaccuracy

public long inaccuracy()
Specified by:
inaccuracy in interface UTOOperations

time_to_interval

public TIO time_to_interval(UTO uto_)
Specified by:
time_to_interval in interface UTOOperations

compare_time

public TimeComparison compare_time(ComparisonType comparison_type,
                                   UTO uto_)
Specified by:
compare_time in interface UTOOperations

interval

public TIO interval()
Specified by:
interval in interface UTOOperations

time

public long time()
Specified by:
time in interface UTOOperations


Copyright © 2015 JacORB. All rights reserved.