org.iids.aos
Class NegotiationTest
java.lang.Object
org.iids.aos.systemservices.AbstractSystemService
org.iids.aos.NegotiationTest
public class NegotiationTest
- 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)
|
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_LOCATION_TEMPLATE_REQUEST
public static final java.lang.String TYPE_LOCATION_TEMPLATE_REQUEST
- See Also:
- Constant Field Values
TYPE_LOCATION_EMPTY_LEASE_REQUEST
public static final java.lang.String TYPE_LOCATION_EMPTY_LEASE_REQUEST
- See Also:
- Constant Field Values
TYPE_LOCATION_CPU_LEASE_REQUEST
public static final java.lang.String TYPE_LOCATION_CPU_LEASE_REQUEST
- See Also:
- Constant Field Values
TYPE_LOCATION_CPU_LEASE_ACCEPT_REQUEST
public static final java.lang.String TYPE_LOCATION_CPU_LEASE_ACCEPT_REQUEST
- See Also:
- Constant Field Values
TYPE_LOCATION_PING_VOID
public static final java.lang.String TYPE_LOCATION_PING_VOID
- See Also:
- Constant Field Values
TYPE_LOCATION_PING_STRING
public static final java.lang.String TYPE_LOCATION_PING_STRING
- See Also:
- Constant Field Values
TYPE_HOST_TEMPLATE_REQUEST
public static final java.lang.String TYPE_HOST_TEMPLATE_REQUEST
- See Also:
- Constant Field Values
TYPE_HOST_EMPTY_LEASE_REQUEST
public static final java.lang.String TYPE_HOST_EMPTY_LEASE_REQUEST
- See Also:
- Constant Field Values
TYPE_HOST_CPU_LEASE_REQUEST
public static final java.lang.String TYPE_HOST_CPU_LEASE_REQUEST
- See Also:
- Constant Field Values
TYPE_HOST_CPU_LEASE_ACCEPT_REQUEST
public static final java.lang.String TYPE_HOST_CPU_LEASE_ACCEPT_REQUEST
- See Also:
- Constant Field Values
TYPE_HOST_PING_VOID
public static final java.lang.String TYPE_HOST_PING_VOID
- See Also:
- Constant Field Values
TYPE_HOST_PING_STRING
public static final java.lang.String TYPE_HOST_PING_STRING
- See Also:
- Constant Field Values
NegotiationTest
public NegotiationTest(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
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.