org.omg.CosTime
Class TIOPOATie

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.CosTime.TIOPOA
              |
              +--org.omg.CosTime.TIOPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, TIOOperations

public class TIOPOATie
extends TIOPOA

The TIO represents a time interval and contains operations relevant to time intervals


Constructor Summary
TIOPOATie(TIOOperations tieObject)
          Constructor
TIOPOATie(TIOOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 TIOOperations _delegate()
          Get the delegate
 void _delegate(TIOOperations delegate_)
          Set the delegate
 OverlapType overlaps(TIO interval, TIOHolder overlap)
          Operation overlaps
 OverlapType spans(UTO time, TIOHolder overlap)
          Operation spans
 IntervalT time_interval()
          Read accessor for time_interval attribute
 UTO time()
          Operation time
 
Methods inherited from class org.omg.CosTime.TIOPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TIOPOATie

public TIOPOATie(TIOOperations tieObject)
Constructor

TIOPOATie

public TIOPOATie(TIOOperations tieObject,
                 org.omg.PortableServer.POA poa)
Constructor
Method Detail

_delegate

public TIOOperations _delegate()
Get the delegate

_delegate

public void _delegate(TIOOperations delegate_)
Set the delegate

_default_POA

public org.omg.PortableServer.POA _default_POA()
_default_POA method
Overrides:
_default_POA in class org.omg.PortableServer.Servant

time_interval

public IntervalT time_interval()
Read accessor for time_interval attribute

spans

public OverlapType spans(UTO time,
                         TIOHolder overlap)
Operation spans

overlaps

public OverlapType overlaps(TIO interval,
                            TIOHolder overlap)
Operation overlaps

time

public UTO time()
Operation time