org.logicalcobwebs.proxool
Class PerformanceTest.AnnoyingConnector

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

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


Field Summary
private  java.lang.String alias
           
private  boolean cancelled
           
private  int exceptionCount
           
private  boolean running
           
 
Constructor Summary
PerformanceTest.AnnoyingConnector(java.lang.String alias)
           
 
Method Summary
 void cancel()
           
 int getExceptionCount()
           
 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

exceptionCount

private int exceptionCount

running

private boolean running
Constructor Detail

PerformanceTest.AnnoyingConnector

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

run

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

isRunning

public boolean isRunning()

cancel

public void cancel()

getExceptionCount

public int getExceptionCount()