1.0.0

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

All Known Implementing Classes:
TestController

public interface TestControllerService

Version:
1.0.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)
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.

setNotificationService

void setNotificationService(NotificationService notificationService)
Sets the notification service value.

Parameters:
notificationService - The notification service (NotificationService) parameter.

1.0.0

Copyright (c) 2007 IBM