1.0.0

org.eclipse.soda.dk.testcontroller.service
Interface TestControllerService

All Known Implementing Classes:
TestController

public interface TestControllerService

Since:
1.0
Version:
1.2.0

Field Summary
static java.lang.String SERVICE_NAME
          Define the service name (String) constant.
 
Method Summary
 TestSessionService createTestSession(TestSynchronizationService syncService)
          Create test session with the specified sync service parameter and return the TestSessionService result.
 void setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the service name (String) constant.

Method Detail

createTestSession

TestSessionService createTestSession(TestSynchronizationService syncService)
                                     throws java.io.IOException
Create test session with the specified sync service parameter and return the TestSessionService result.

Parameters:
syncService - The sync service (TestSynchronizationService) parameter.
Returns:
Results of the create test session (TestSessionService) value.
Throws:
java.io.IOException - IOException.

setNotificationService

void setNotificationService(NotificationService notificationService)
                            throws java.io.IOException
Sets the notification service value.

Parameters:
notificationService - The notification service (NotificationService) parameter.
Throws:
java.io.IOException - IOException.

1.0.0

Copyright (c) 2007, 2009 IBM