org.omg.FT
Class _FaultMonitorStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.FT._FaultMonitorStub
All Implemented Interfaces:
FaultMonitor, FaultMonitorOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable

public class _FaultMonitorStub
extends org.omg.CORBA.portable.ObjectImpl
implements FaultMonitor

See Also:
Serialized Form

Field Summary
(package private) static java.lang.String[] _ids_list
           
private static java.lang.Class _opsClass
           
 
Fields inherited from class org.omg.CORBA.portable.ObjectImpl
__delegate
 
Constructor Summary
_FaultMonitorStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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.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, registerNatives, 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

_ids_list

static final java.lang.String[] _ids_list

_opsClass

private static final java.lang.Class _opsClass
Constructor Detail

_FaultMonitorStub

public _FaultMonitorStub()
Method Detail

_ids

public java.lang.String[] _ids()
Overrides:
_ids in class org.omg.CORBA.portable.ObjectImpl

do_monitor

public void do_monitor(PullMonitorable obj,
                       long o_g_id,
                       int f_m_gran,
                       FaultMonitoringIntervalAndTimeoutValue fmiv)
Specified by:
do_monitor in interface FaultMonitorOperations

stop_monitor

public void stop_monitor(org.omg.CORBA.Object obj)
Specified by:
stop_monitor in interface FaultMonitorOperations