|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDeviceBundle
org.eclipse.soda.dk.generic.io.simulator.device.bundle.GenericIoSimulatorDeviceBundle
public class GenericIoSimulatorDeviceBundle
Simulation of GenericIo Device with an SWT window.
The device bundle activator class creates and registers the GenericIoSimulatorDevice device.
The list of exported services:
GenericIoSimulatorDeviceService,
org.eclipse.soda.dk.device.service.DeviceService| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the full class name. |
static java.lang.String[] |
EXPORTED_SERVICE_NAMES
Defines the service name(s) to be registered by the GenericIoSimulatorDevice bundle. |
| Constructor Summary | |
|---|---|
GenericIoSimulatorDeviceBundle()
|
|
| Method Summary | |
|---|---|
java.util.Hashtable |
createProperties()
Gets the properties to be registered with the service(s). |
DeviceService |
createService(TransportService bundleContext)
Creates the device service using the specified bundleContext. |
java.lang.String[] |
getExportedServiceNames()
Return the exported service name(s) to be registered by the GenericIoSimulatorDevice bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.osgi.framework.BundleActivator |
|---|
start, stop |
| Field Detail |
|---|
public static final java.lang.String CLASS_NAME
public static final java.lang.String[] EXPORTED_SERVICE_NAMES
| org.eclipse.soda.dk.device.service.DeviceService |
| org.eclipse.soda.dk.generic.io.simulator.device.service.GenericIoSimulatorDeviceService |
| Constructor Detail |
|---|
public GenericIoSimulatorDeviceBundle()
| Method Detail |
|---|
public java.util.Hashtable createProperties()
| org.osgi.framework.Constants.SERVICE_PID | GenericIoSimulatorDeviceService.SERVICE_NAME |
| org.osgi.framework.Constants.SERVICE_DESCRIPTION | GenericIoSimulatorDeviceService.SERVICE_DESCRIPTION |
| org.osgi.framework.Constants.SERVICE_RANKING | 6 |
| org.osgi.framework.Constants.SERVICE_VENDOR | IBM |
public DeviceService createService(TransportService bundleContext)
bundleContext - The osgi bundle context to used when creating the device service.
GenericIoSimulatorDevicepublic java.lang.String[] getExportedServiceNames()
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||