org.iids.aos
Class KernelTester
java.lang.Object
org.iids.aos.systemservices.AbstractSystemService
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.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
KernelTester
public KernelTester(java.lang.String[] args)
throws java.io.IOException,
CommunicatorException
- Throws:
java.io.IOException
CommunicatorException
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.