com.ibm.as400.access
Class AAClientAccessDataStreamStress

java.lang.Object
  extended by com.ibm.as400.access.AAClientAccessDataStreamStress
All Implemented Interfaces:
Runnable

public class AAClientAccessDataStreamStress
extends Object
implements Runnable


Field Summary
static byte[][] sampleBytes
           
 
Constructor Summary
AAClientAccessDataStreamStress(Hashtable replyStreams, int threadId)
           
 
Method Summary
 long getOperationCount()
           
static void main(String[] args)
           
 void run()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sampleBytes

public static byte[][] sampleBytes
Constructor Detail

AAClientAccessDataStreamStress

public AAClientAccessDataStreamStress(Hashtable replyStreams,
                                      int threadId)
Method Detail

main

public static void main(String[] args)

getOperationCount

public long getOperationCount()

shutdown

public void shutdown()

run

public void run()
Specified by:
run in interface Runnable