1.0.0

org.eclipse.soda.dk.profile.test.agent
Class ProfileTestAgent

java.lang.Object
  extended by org.eclipse.soda.dk.core.EscObject
      extended by org.eclipse.soda.dk.core.ConfigurableObject
          extended by org.eclipse.soda.dk.testagent.TestAgent
              extended by org.eclipse.soda.dk.profile.test.agent.ProfileTestAgent
All Implemented Interfaces:
org.eclipse.soda.dk.testagent.service.TestAgentService

public abstract class ProfileTestAgent
extends org.eclipse.soda.dk.testagent.TestAgent

Version:
1.0.0

Field Summary
static java.util.ResourceBundle DefaultResourceBundle
          Define the default resource bundle (ResourceBundle) field.
static int FAILED_TO_GET
          Define the failed to get (int) constant.
static int FAILED_TO_READ
          Define the failed to read (int) constant.
static int FAILED_TO_WRITE
          Define the failed to write (int) constant.
static int INCORRECT_VALUE_AFTER
          Define the incorrect value after (int) constant.
static int NO_ERROR_RETURNED_FOR_INVALID_WRITE
          Define the no error returned for invalid write (int) constant.
static int PARSEINTERESTMASK
          Define message (int) constants.
static int PROFILE_FAILED_TO_CHANGE_STATE
          Define the write reports incorrect old value (int) constant.
static int RUNNING_TEST_CASE
          Define the running test case (int) constant.
static int UNEXPECTED_ERROR_RETURNED_FOR_GET
          Define the unexpected error returned for get (int) constant.
static int UNEXPECTED_ERROR_RETURNED_FOR_READ
          Define the unexpected error returned for read (int) constant.
static int UNEXPECTED_ERROR_RETURNED_FOR_SIGNAL
          Define the unexpected error returned for signal (int) constant.
static int UNEXPECTED_ERROR_RETURNED_FOR_WRITE
          Define the unexpected error returned for write (int) constant.
static int WRITE_REPORTS_INCORRECT_OLD_VALUE
          Define the write reports incorrect old value (int) constant.
static int WRITE_REPORTS_INCORRECT_VALUE
          Define the write reports incorrect value (int) constant.
 
Fields inherited from class org.eclipse.soda.dk.testagent.TestAgent
FAILED_TO_INVOLE_SUITE, FAILED_TO_RUN_TEST, INVALID_REPLY, METHODE_SUITE_MUST_BE_STATIC, MISSING_CONFIGURATION, MISSING_SYNCHRONIZATION, NO_CHAR, NOTIFICATION_SEVICE_NOT_AVAILABLE, OK_CANCEL_PROMPT, PROMPT, USAGE, YES_CHAR
 
Fields inherited from class org.eclipse.soda.dk.core.EscObject
CLONE_EXCEPTION_RESOURCE, EMPTY_BYTES, EMPTY_STRING, ERROR_OCCURRED_EXCEPTION_RESOURCE, ID_FILTER_KEY, ID_KEY, ID_KEY_ANY, INTEGER_TABLE, KEY_KEY, LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_TRACE, LOG_WARNING, PREFIX_KEY, RESOURCE_BUNDLE, SLEEP_EXCEPTION_RESOURCE, SYSTEM_INFO_RESOURCE, TO_STRING_CONFIGURATION_KEYS, TRACE_LEVEL_HIGH, TRACE_LEVEL_LOW, TRACE_LEVEL_MAX, TRACE_LEVEL_MIN, TRACE_LEVEL_NONE, TRACE_LEVEL_NORMAL, TRACELEVEL_KEY, UNKNOWN_ERROR_RESOURCE
 
Fields inherited from interface org.eclipse.soda.dk.testagent.service.TestAgentService
SERVICE_NAME
 
Constructor Summary
ProfileTestAgent()
           
 
Method Summary
 
Methods inherited from class org.eclipse.soda.dk.testagent.TestAgent
getDescription, getId, getNotificationService, getTestClass, getTestContext, loadTestClass, main, runTest, runTest, setNotificationService, setTestClass, setTestContext, setUp, tearDown
 
Methods inherited from class org.eclipse.soda.dk.core.ConfigurableObject
getConfigurationInformation, getConfigurationService, putConfigurationInformation, setConfigurationInformation, setConfigurationService, validateConfiguration
 
Methods inherited from class org.eclipse.soda.dk.core.EscObject
attemptRecoveryFromError, createDefaultLogService, createException, createException, createInteger, createIntegerTable, createNumber, format, getBoolean, getCurrentTimestamp, getDefaultLogService, getDefaultResource, getErrorSeverity, getFloat, getInt, getLoadLibraryName, getLogDetails, getLogDetails0, getLogDetails1, getLogDetails2, getLogDetails3, getLogDetails4, getLogDetails5, getLogDetails6, getLogDetails7, getLogService, getLong, getObject, getOutputName, getResource, getSimpleClassName, getStaticBoolean, getStaticFloat, getStaticInt, getStaticLong, getStaticObject, getStaticString, getString, getTraceLevel, getVmLibraryVersion, handleError, handleError, handleError, handleStaticError, handleStaticException, isDebug, isTrace, loadService, log, log, report, report, report, report, report, report, reportError, reportSystemInfo, setDebug, setDefaultLogService, setLogService, setTraceLevel, shouldLog, sleep, startupEscStatic, toString, toStringConfigurationKeys, toStringInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.soda.dk.testagent.service.TestAgentService
setConfigurationInformation
 

Field Detail

PARSEINTERESTMASK

public static final int PARSEINTERESTMASK
Define message (int) constants.

See Also:
Constant Field Values

FAILED_TO_GET

public static final int FAILED_TO_GET
Define the failed to get (int) constant.

See Also:
Constant Field Values

UNEXPECTED_ERROR_RETURNED_FOR_GET

public static final int UNEXPECTED_ERROR_RETURNED_FOR_GET
Define the unexpected error returned for get (int) constant.

See Also:
Constant Field Values

FAILED_TO_READ

public static final int FAILED_TO_READ
Define the failed to read (int) constant.

See Also:
Constant Field Values

UNEXPECTED_ERROR_RETURNED_FOR_READ

public static final int UNEXPECTED_ERROR_RETURNED_FOR_READ
Define the unexpected error returned for read (int) constant.

See Also:
Constant Field Values

RUNNING_TEST_CASE

public static final int RUNNING_TEST_CASE
Define the running test case (int) constant.

See Also:
Constant Field Values

UNEXPECTED_ERROR_RETURNED_FOR_SIGNAL

public static final int UNEXPECTED_ERROR_RETURNED_FOR_SIGNAL
Define the unexpected error returned for signal (int) constant.

See Also:
Constant Field Values

NO_ERROR_RETURNED_FOR_INVALID_WRITE

public static final int NO_ERROR_RETURNED_FOR_INVALID_WRITE
Define the no error returned for invalid write (int) constant.

See Also:
Constant Field Values

INCORRECT_VALUE_AFTER

public static final int INCORRECT_VALUE_AFTER
Define the incorrect value after (int) constant.

See Also:
Constant Field Values

FAILED_TO_WRITE

public static final int FAILED_TO_WRITE
Define the failed to write (int) constant.

See Also:
Constant Field Values

UNEXPECTED_ERROR_RETURNED_FOR_WRITE

public static final int UNEXPECTED_ERROR_RETURNED_FOR_WRITE
Define the unexpected error returned for write (int) constant.

See Also:
Constant Field Values

WRITE_REPORTS_INCORRECT_VALUE

public static final int WRITE_REPORTS_INCORRECT_VALUE
Define the write reports incorrect value (int) constant.

See Also:
Constant Field Values

WRITE_REPORTS_INCORRECT_OLD_VALUE

public static final int WRITE_REPORTS_INCORRECT_OLD_VALUE
Define the write reports incorrect old value (int) constant.

See Also:
Constant Field Values

PROFILE_FAILED_TO_CHANGE_STATE

public static final int PROFILE_FAILED_TO_CHANGE_STATE
Define the write reports incorrect old value (int) constant.

See Also:
Constant Field Values

DefaultResourceBundle

public static java.util.ResourceBundle DefaultResourceBundle
Define the default resource bundle (ResourceBundle) field.

Constructor Detail

ProfileTestAgent

public ProfileTestAgent()

1.0.0

Copyright (c) 1999, 2007 IBM