anon.infoservice
Class PerformanceEntry.Bound

java.lang.Object
  extended by anon.infoservice.PerformanceEntry.Bound
Enclosing class:
PerformanceEntry

public static class PerformanceEntry.Bound
extends java.lang.Object


Field Summary
private  int m_bound
           
private  int m_nonRecoveredBound
           
 
Constructor Summary
PerformanceEntry.Bound(int a_bound, int a_nonRecoveredBound)
           
 
Method Summary
 int getBound()
           
 int getNotRecoveredBound()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_bound

private int m_bound

m_nonRecoveredBound

private int m_nonRecoveredBound
Constructor Detail

PerformanceEntry.Bound

public PerformanceEntry.Bound(int a_bound,
                              int a_nonRecoveredBound)
Method Detail

getBound

public int getBound()

getNotRecoveredBound

public int getNotRecoveredBound()