org.csapi.fw
Class TpFaultStats

java.lang.Object
  extended by org.csapi.fw.TpFaultStats
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

Generated from IDL definition of struct "TpFaultStats"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 TpInterfaceFault Fault
           
 int MaxDuration
           
 int NumberOfClientsAffected
           
 int Occurrences
           
 int TotalDuration
           
 
Constructor Summary
TpFaultStats()
           
TpFaultStats(TpInterfaceFault Fault, int Occurrences, int MaxDuration, int TotalDuration, int NumberOfClientsAffected)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Fault

public TpInterfaceFault Fault

Occurrences

public int Occurrences

MaxDuration

public int MaxDuration

TotalDuration

public int TotalDuration

NumberOfClientsAffected

public int NumberOfClientsAffected
Constructor Detail

TpFaultStats

public TpFaultStats()

TpFaultStats

public TpFaultStats(TpInterfaceFault Fault,
                    int Occurrences,
                    int MaxDuration,
                    int TotalDuration,
                    int NumberOfClientsAffected)


Copyright © 2009. All Rights Reserved.