1.0.0

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.
 
Method Summary
 TestControllerService findController(java.lang.String id)
          Find controller with the specified id parameter and return the TestControllerService 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

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.

1.0.0

Copyright (c) 2007, 2009 IBM