org.iids.aos
Class KernelTester

java.lang.Object
  extended by org.iids.aos.systemservices.AbstractSystemService
      extended by org.iids.aos.KernelTester

public class KernelTester
extends AbstractSystemService

Author:
David This class is intended to test the negotiation calls available at a location. A number of methods are provided that perform specific test, which can be commented out or enabled depending on the required tests.

Nested Class Summary
 class KernelTester.CallThread
           
 
Field Summary
static java.lang.String TYPE_PING_STRING
           
static java.lang.String TYPE_PING_VOID
           
 
Constructor Summary
KernelTester(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 java.lang.String pingString()
           
 void pingVoid()
           
 void start(java.util.Map parameters)
           
 void usage()
          Exits after printing a usage message.
 void usage(java.lang.String error)
          Exits after printing the given error message and a usage message.
 
Methods inherited from class org.iids.aos.systemservices.AbstractSystemService
shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_PING_VOID

public static final java.lang.String TYPE_PING_VOID
See Also:
Constant Field Values

TYPE_PING_STRING

public static final java.lang.String TYPE_PING_STRING
See Also:
Constant Field Values
Constructor Detail

KernelTester

public KernelTester(java.lang.String[] args)
             throws java.io.IOException,
                    CommunicatorException
Throws:
java.io.IOException
CommunicatorException
Method Detail

start

public void start(java.util.Map parameters)
Specified by:
start in class AbstractSystemService

pingVoid

public void pingVoid()

pingString

public java.lang.String pingString()

usage

public void usage(java.lang.String error)
Exits after printing the given error message and a usage message.


usage

public void usage()
Exits after printing a usage message.


main

public static void main(java.lang.String[] args)
                 throws CommunicatorException,
                        java.io.IOException
Throws:
CommunicatorException
java.io.IOException


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.