SCS

scs.instrumentation
Class MethodStats

java.lang.Object
  extended by scs.instrumentation.MethodStats
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

scs/instrumentation/MethodStats.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/scs.instrumentation.idl Friday, October 3, 2008 9:13:52 AM BRT

See Also:
Serialized Form

Field Summary
 int callsCount
           
 long cpuTime
           
 long elapsedTime
           
 java.lang.String methodName
           
 
Constructor Summary
MethodStats()
           
MethodStats(java.lang.String _methodName, int _callsCount, long _cpuTime, long _elapsedTime)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

public java.lang.String methodName

callsCount

public int callsCount

cpuTime

public long cpuTime

elapsedTime

public long elapsedTime
Constructor Detail

MethodStats

public MethodStats()

MethodStats

public MethodStats(java.lang.String _methodName,
                   int _callsCount,
                   long _cpuTime,
                   long _elapsedTime)

SCS