openr66.client
Class Message

java.lang.Object
  extended by openr66.client.Message
All Implemented Interfaces:
Runnable

public class Message
extends Object
implements Runnable

Message testing between two hosts

Author:
Frederic Bregier

Constructor Summary
Message(NetworkTransaction networkTransaction, R66Future future, DbHostAuth hostAuth, TestPacket packet)
           
Message(NetworkTransaction networkTransaction, R66Future future, String requested, TestPacket packet)
           
 
Method Summary
protected static boolean getParams(String[] args)
          Parse the parameter and set current values
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

Message

public Message(NetworkTransaction networkTransaction,
               R66Future future,
               String requested,
               TestPacket packet)

Message

public Message(NetworkTransaction networkTransaction,
               R66Future future,
               DbHostAuth hostAuth,
               TestPacket packet)
Method Detail

getParams

protected static boolean getParams(String[] args)
Parse the parameter and set current values

Parameters:
args -
Returns:
True if all parameters were found and correct

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.