org.omg.FT
Class FaultMonitorInfo

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

public final class FaultMonitorInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 org.omg.CosNaming.NameComponent[] the_location
           
 FaultMonitor the_monitor
           
 
Constructor Summary
FaultMonitorInfo()
           
FaultMonitorInfo(FaultMonitor the_monitor, org.omg.CosNaming.NameComponent[] the_location)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

the_monitor

public FaultMonitor the_monitor

the_location

public org.omg.CosNaming.NameComponent[] the_location
Constructor Detail

FaultMonitorInfo

public FaultMonitorInfo()

FaultMonitorInfo

public FaultMonitorInfo(FaultMonitor the_monitor,
                        org.omg.CosNaming.NameComponent[] the_location)