2009-01-09 1.2.0

org.eclipse.soda.dk.adapter.test.service
Interface AdapterTestService

All Known Implementing Classes:
AdapterTest

public interface AdapterTestService

Since:
1.0
Version:
1.2.0

Field Summary
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
 
Method Summary
 void exit()
          Exit.
 AdapterService getAdapter()
          Gets the adapter (AdapterService) value.
 java.util.Dictionary getConfigurationInformation()
          Gets the configuration information (Dictionary) value.
 org.eclipse.soda.dk.notification.service.NotificationService getNotificationService()
          Gets the notification service value.
 void setAdapter(AdapterService device)
          Sets the adapter value.
 void setConfigurationInformation(java.util.Dictionary configurationInformation)
          Set the configuration information.
 void setNotificationService(org.eclipse.soda.dk.notification.service.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.


getAdapter

AdapterService getAdapter()
Gets the adapter (AdapterService) value.

Returns:
The adapter (AdapterService) value.
See Also:
setAdapter(AdapterService)

getConfigurationInformation

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

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

getNotificationService

org.eclipse.soda.dk.notification.service.NotificationService getNotificationService()
Gets the notification service value.

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

setAdapter

void setAdapter(AdapterService device)
Sets the adapter value.

Parameters:
device - The device (AdapterService) parameter.
See Also:
getAdapter()

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()

setNotificationService

void setNotificationService(org.eclipse.soda.dk.notification.service.NotificationService notificationService)
Sets the notification service value.

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

start

void start()
Start.


stop

void stop()
Stop.


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.