2010-01-22 1.2.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

Since:
1.0
Version:
1.2.0

Field Summary
static java.lang.String CLASS_NAME
          Defines the full 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[] arguments)
          Main method to run tests in a stand alone 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 full class name.

See Also:
Constant Field Values

DefaultResourceBundle

public static final java.util.ResourceBundle DefaultResourceBundle
Define default resource bundle.


DESCRIPTION_KEY

public static final int DESCRIPTION_KEY
Define the DESCRIPTION_KEY constant.

See Also:
Constant Field Values

DISCONNECT_READER

public static final int DISCONNECT_READER
Define the disconnect_reader (int) constant.

See Also:
Constant Field Values

RECONNECT_READER

public static final int RECONNECT_READER
Define the reconnect_reader (int) constant.

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[] arguments)
Main method to run tests in a stand alone mode.

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

getDescription

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

Returns:
The description value.

loadTestClass

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

Returns:
The results of this method.

2010-01-22 1.2.0

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