org.logicalcobwebs.proxool
Class PerformanceTest.DisagreeableSnapshotter

java.lang.Object
  extended by org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
PerformanceTest

 class PerformanceTest.DisagreeableSnapshotter
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  java.lang.String alias
           
private  boolean cancelled
           
private  boolean disparityNoticed
           
private  boolean running
           
 
Constructor Summary
PerformanceTest.DisagreeableSnapshotter(java.lang.String alias)
           
 
Method Summary
 void cancel()
           
private  int getCount(ConnectionInfoIF[] connectionInfos, int status)
           
 boolean isDisparityNoticed()
           
 boolean isRunning()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alias

private java.lang.String alias

cancelled

private boolean cancelled

disparityNoticed

private boolean disparityNoticed

running

private boolean running
Constructor Detail

PerformanceTest.DisagreeableSnapshotter

public PerformanceTest.DisagreeableSnapshotter(java.lang.String alias)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

isRunning

public boolean isRunning()

getCount

private int getCount(ConnectionInfoIF[] connectionInfos,
                     int status)

isDisparityNoticed

public boolean isDisparityNoticed()

cancel

public void cancel()