2008-07-29 1.1.0

org.eclipse.soda.dk.control.profile.test.agent
Class ControlProfileTestAgent

java.lang.Object
  extended by TestAgent
      extended by org.eclipse.soda.dk.control.profile.test.agent.ControlProfileTestAgent
All Implemented Interfaces:
ControlProfileTestAgentService

public class ControlProfileTestAgent
extends TestAgent
implements ControlProfileTestAgentService

Version:
1.1.0

Field Summary
static java.lang.String CLASS_NAME
          Defines the class name.
static java.util.ResourceBundle DefaultResourceBundle
          Define default resource bundle.
static int DESCRIPTION_KEY
          Define the DESCRIPTION_KEY constant.
static int DISCONNECT_READER
          Define the disconnect reader (int) constant.
static int RECONNECT_READER
          Define the reconnect reader (int) constant.
 
Fields inherited from interface org.eclipse.soda.dk.control.profile.test.agent.service.ControlProfileTestAgentService
BITLIST, EXPECTED_BITS_COUNT_PROPERTY, EXPECTED_LONGS_COUNT_PROPERTY, FACTORY_SERVICE_NAME, LONGLIST, MANAGED_SERVICE_NAME, SERVICE_DESCRIPTION, SERVICE_NAME
 
Constructor Summary
ControlProfileTestAgent()
          Constructs a new instance of the ControlProfileTestAgent class.
 
Method Summary
 java.lang.String getDescription()
          Gets the description (String) value.
 java.lang.Class loadTestClass()
          Load test class and return the Class result.
static void main(java.lang.String[] args)
          Main method to run tests in a standalone mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Defines the class name. Generated field and should not be changed.

See Also:
Constant Field Values

DefaultResourceBundle

public static final java.util.ResourceBundle DefaultResourceBundle
Define default resource bundle. Generated field and should not be changed.


DESCRIPTION_KEY

public static final int DESCRIPTION_KEY
Define the DESCRIPTION_KEY constant. Generated field and should not be changed.

See Also:
Constant Field Values

DISCONNECT_READER

public static final int DISCONNECT_READER
Define the disconnect reader (int) constant. Generated field and should not be changed.

See Also:
Constant Field Values

RECONNECT_READER

public static final int RECONNECT_READER
Define the reconnect reader (int) constant. Generated field and should not be changed.

See Also:
Constant Field Values
Constructor Detail

ControlProfileTestAgent

public ControlProfileTestAgent()
Constructs a new instance of the ControlProfileTestAgent class.

Method Detail

main

public static void main(java.lang.String[] args)
Main method to run tests in a standalone mode.

Parameters:
args - The args (String[]) parameter.
See Also:
ControlProfileTestAgent

getDescription

public java.lang.String getDescription()
Gets the description (String) value.

Returns:
Results of the get description (String) value.

loadTestClass

public java.lang.Class loadTestClass()
Load test class and return the Class result.

Returns:
Results of the load test class (Class) value.

2008-07-29 1.1.0

Copyright (c) 2008 IBM. See license in Legal section.