org.omg.FT
Class FaultMonitorPOATie

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.FT.FaultMonitorPOA
              |
              +--org.omg.FT.FaultMonitorPOATie
All Implemented Interfaces:
FaultMonitorOperations, org.omg.CORBA.portable.InvokeHandler

public class FaultMonitorPOATie
extends FaultMonitorPOA


Field Summary
private  org.omg.PortableServer.POA _poa
           
private  FaultMonitorOperations _tie
           
 
Fields inherited from class org.omg.FT.FaultMonitorPOA
_ids_list
 
Fields inherited from class org.omg.PortableServer.Servant
_delegate, _hasGetInterface
 
Constructor Summary
FaultMonitorPOATie(FaultMonitorOperations tieObject)
           
FaultMonitorPOATie(FaultMonitorOperations tieObject, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 FaultMonitorOperations _delegate()
           
 void _delegate(FaultMonitorOperations delegate_)
           
 void do_monitor(PullMonitorable obj, long o_g_id, int f_m_gran, FaultMonitoringIntervalAndTimeoutValue fmiv)
           
 void stop_monitor(org.omg.CORBA.Object obj)
           
 
Methods inherited from class org.omg.FT.FaultMonitorPOA
_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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

_tie

private FaultMonitorOperations _tie

_poa

private org.omg.PortableServer.POA _poa
Constructor Detail

FaultMonitorPOATie

public FaultMonitorPOATie(FaultMonitorOperations tieObject)

FaultMonitorPOATie

public FaultMonitorPOATie(FaultMonitorOperations tieObject,
                          org.omg.PortableServer.POA poa)
Method Detail

_delegate

public FaultMonitorOperations _delegate()

_delegate

public void _delegate(FaultMonitorOperations delegate_)

_default_POA

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

do_monitor

public void do_monitor(PullMonitorable obj,
                       long o_g_id,
                       int f_m_gran,
                       FaultMonitoringIntervalAndTimeoutValue fmiv)

stop_monitor

public void stop_monitor(org.omg.CORBA.Object obj)