Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.1.0)

E17487-02

oracle.jbo.jbotester.load
Class Statistics

java.lang.Object
  extended by oracle.jbo.jbotester.load.Statistics
All Implemented Interfaces:
java.lang.Cloneable

public class Statistics
extends java.lang.Object
implements java.lang.Cloneable

A structure for ResourcePool statistics.


Field Summary
 float mAvgResponseTime
           
 float mMaxResponseTime
           
 float mMinResponseTime
           
 float mNumOfIterations
           
 float mNumOfSessions
           
 
Constructor Summary
Statistics()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mNumOfIterations

public float mNumOfIterations

mAvgResponseTime

public float mAvgResponseTime

mMaxResponseTime

public float mMaxResponseTime

mMinResponseTime

public float mMinResponseTime

mNumOfSessions

public float mNumOfSessions
Constructor Detail

Statistics

public Statistics()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.1.0)

E17487-02

Copyright © 1997, 2011, Oracle. All rights reserved.