1.0.0

org.eclipse.soda.dk.testmanager.service
Interface TestScriptService

All Known Implementing Classes:
TestScript

public interface TestScriptService

Since:
1.0
Version:
1.2.0

Field Summary
static java.lang.String ATTR_DESCRIPTION
          Define the attr description (String) constant.
static java.lang.String ATTR_PROVIDER
          Define the attr provider (String) constant
static java.lang.String ATTR_TITLE
          Define the attr title (String) constant.
static java.lang.String ATTR_URL
          Define the attr url (String) constant.
static java.lang.String ATTR_VENDOR
          Define the attr vendor (String) constant.
static java.lang.String ATTR_VERSION
          Define the attr version (String) constant.
 
Method Summary
 java.util.Map getAttributes()
          Gets the attributes (Map) value.
 DistributedTestSessionService getDistributedTestSession()
          Gets the distributed test session (DistributedTestSessionService) value.
 ScriptRunListenerService getScriptListener()
          Gets the script listener (ScriptRunListenerService) value.
 TestStatisticsService getTestStatistics()
          Gets the test statistics (TestStatisticsService) value.
 void run(DistributedTestSessionService distributedTestSession, ScriptRunListenerService scriptListener, boolean asynchronous)
          Run with the specified test session, script listener and asynchronous parameters.
 

Field Detail

ATTR_TITLE

static final java.lang.String ATTR_TITLE
Define the attr title (String) constant.

See Also:
Constant Field Values

ATTR_PROVIDER

static final java.lang.String ATTR_PROVIDER
Define the attr provider (String) constant

See Also:
Constant Field Values

ATTR_VERSION

static final java.lang.String ATTR_VERSION
Define the attr version (String) constant.

See Also:
Constant Field Values

ATTR_VENDOR

static final java.lang.String ATTR_VENDOR
Define the attr vendor (String) constant.

See Also:
Constant Field Values

ATTR_DESCRIPTION

static final java.lang.String ATTR_DESCRIPTION
Define the attr description (String) constant.

See Also:
Constant Field Values

ATTR_URL

static final java.lang.String ATTR_URL
Define the attr url (String) constant.

See Also:
Constant Field Values
Method Detail

getAttributes

java.util.Map getAttributes()
Gets the attributes (Map) value.

Returns:
The attributes (Map) value.

getDistributedTestSession

DistributedTestSessionService getDistributedTestSession()
Gets the distributed test session (DistributedTestSessionService) value.

Returns:
The distributed test session (DistributedTestSessionService) value.

getScriptListener

ScriptRunListenerService getScriptListener()
Gets the script listener (ScriptRunListenerService) value.

Returns:
the scriptListener

getTestStatistics

TestStatisticsService getTestStatistics()
Gets the test statistics (TestStatisticsService) value.

Returns:
the testStatistics

run

void run(DistributedTestSessionService distributedTestSession,
         ScriptRunListenerService scriptListener,
         boolean asynchronous)
         throws java.lang.InterruptedException,
                java.io.IOException
Run with the specified test session, script listener and asynchronous parameters.

Parameters:
distributedTestSession - The distributed test session (DistributedTestSessionService) parameter.
scriptListener - The script listener (ScriptRunListenerService) parameter.
asynchronous - The asynchronous (boolean) parameter.
Throws:
java.lang.InterruptedException - Interrupted Exception.
java.io.IOException - IOException.

1.0.0

Copyright (c) 2007, 2009 IBM