org.eclipse.soda.dk.testcontroller.service
Interface ControllerLocaterService
public interface ControllerLocaterService
- Since:
- 1.0
- Version:
- 1.2.0
|
Field Summary |
static java.lang.String |
SERVICE_NAME
Define the service name (String) constant. |
SERVICE_NAME
static final java.lang.String SERVICE_NAME
- Define the service name (String) constant.
findController
TestControllerService findController(java.lang.String id)
- Find controller with the specified id parameter and return the TestControllerService result.
- Parameters:
id - The ID (String) parameter.
- Returns:
- Results of the find controller (
TestControllerService) value.
setNotificationService
void setNotificationService(NotificationService notificationService)
- Sets the notification service value.
- Parameters:
notificationService - The notification service (NotificationService) parameter.
Copyright (c) 2007, 2009 IBM