openr66.protocol.test
Class TestTransaction

java.lang.Object
  extended by openr66.protocol.test.TestTransaction
All Implemented Interfaces:
Runnable

public class TestTransaction
extends Object
implements Runnable

Test class for internal ping pong test

Author:
Frederic Bregier

Constructor Summary
TestTransaction(NetworkTransaction networkTransaction, R66Future future, SocketAddress socketAddress, TestPacket packet)
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTransaction

public TestTransaction(NetworkTransaction networkTransaction,
                       R66Future future,
                       SocketAddress socketAddress,
                       TestPacket packet)
Method Detail

run

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

main

public static void main(String[] args)


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.