1.0.0

org.eclipse.soda.dk.device.test.service
Interface DeviceTestService

All Known Implementing Classes:
DeviceTest

public interface DeviceTestService

Version:
1.0.0

Field Summary
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
 
Method Summary
 void exit()
          Exit.
 java.util.Dictionary getConfigurationInformation()
          Gets the configuration information.
 DeviceService getDevice()
          Gets the device (DeviceService) value.
 NotificationService getNotificationService()
          Gets the notification service value.
 void setConfigurationInformation(java.util.Dictionary configurationInformation)
          Set the configuration information.
 void setDevice(DeviceService device)
          Sets the device value.
 void setNotificationService(NotificationService notificationService)
          Sets the notification service value.
 void start()
          Start.
 void stop()
          Stop.
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the OSGi service name.

Method Detail

exit

void exit()
Exit.


getConfigurationInformation

java.util.Dictionary getConfigurationInformation()
Gets the configuration information.

Returns:
Configuration Information.
See Also:
setConfigurationInformation(Dictionary)

getDevice

DeviceService getDevice()
Gets the device (DeviceService) value.

Returns:
The device (DeviceService) value.
See Also:
setDevice(DeviceService)

getNotificationService

NotificationService getNotificationService()
Gets the notification service value.

Returns:
The notification service (NotificationService) value.
See Also:
setNotificationService(NotificationService)

setConfigurationInformation

void setConfigurationInformation(java.util.Dictionary configurationInformation)
Set the configuration information. Set the configuration information,

Parameters:
configurationInformation - The configuration information (Dictionary) parameter.
See Also:
getConfigurationInformation()

setDevice

void setDevice(DeviceService device)
Sets the device value. The device (DeviceService) parameter.

Parameters:
device - The device (DeviceService) parameter.
See Also:
getDevice()

setNotificationService

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

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

start

void start()
Start.


stop

void stop()
Stop.


1.0.0

Copyright (c) 1999, 2007 IBM