1.0.0

org.eclipse.soda.dk.testagent
Class ConfiguredTestContext

java.lang.Object
  extended by org.eclipse.soda.dk.testagent.ConfiguredTestContext
All Implemented Interfaces:
TestContext

public class ConfiguredTestContext
extends java.lang.Object
implements TestContext

Version:
1.0.0

Method Summary
 java.util.Dictionary getConfigurationInformation()
          Gets the configuration information (Dictionary) value.
 java.lang.Object getConfigurationInformation(java.lang.String propertyName)
          Get configuration information with the specified property name parameter and return the Object result.
 ConfigurationService getConfigurationService()
          Gets the configuration service value.
 NotificationService getNotificationService()
          Gets the notification service value.
 TestSynchronizationService getSynchronizationService()
          Gets the synchronization service (TestSynchronizationService) value.
 TestAgentService getTestAgent()
          Gets the test agent (TestAgentService) value.
 void log(int severity, java.lang.String message)
          Log with the specified severity and message parameters.
 void log(int severity, java.lang.String message, java.lang.Throwable exception)
          Log with the specified severity, message and exception parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConfigurationInformation

public java.util.Dictionary getConfigurationInformation()
Gets the configuration information (Dictionary) value.

Specified by:
getConfigurationInformation in interface TestContext
Returns:
The configuration information (Dictionary) value.
See Also:
getConfigurationInformation(String)

getConfigurationInformation

public java.lang.Object getConfigurationInformation(java.lang.String propertyName)
Get configuration information with the specified property name parameter and return the Object result.

Specified by:
getConfigurationInformation in interface TestContext
Parameters:
propertyName - The property name (String) parameter.
Returns:
Results of the get configuration information (Object) value.
See Also:
getConfigurationInformation()

getConfigurationService

public ConfigurationService getConfigurationService()
Gets the configuration service value.

Specified by:
getConfigurationService in interface TestContext
Returns:
The configuration service (ConfigurationService) value.

getNotificationService

public NotificationService getNotificationService()
Gets the notification service value.

Specified by:
getNotificationService in interface TestContext
Returns:
The notification service (NotificationService) value.

getSynchronizationService

public TestSynchronizationService getSynchronizationService()
Gets the synchronization service (TestSynchronizationService) value.

Specified by:
getSynchronizationService in interface TestContext
Returns:
The synchronization service (TestSynchronizationService) value.

getTestAgent

public TestAgentService getTestAgent()
Gets the test agent (TestAgentService) value.

Specified by:
getTestAgent in interface TestContext
Returns:
The test agent (TestAgentService) value.

log

public void log(int severity,
                java.lang.String message)
Log with the specified severity and message parameters.

Specified by:
log in interface TestContext
Parameters:
severity - The severity (int) parameter.
message - The message (String) parameter.
See Also:
log(int,String,Throwable)

log

public void log(int severity,
                java.lang.String message,
                java.lang.Throwable exception)
Log with the specified severity, message and exception parameters.

Specified by:
log in interface TestContext
Parameters:
severity - The severity (int) parameter.
message - The message (String) parameter.
exception - The exception (Throwable) parameter.
See Also:
log(int,String)

1.0.0

Copyright (c) 2007 IBM