|
2010-01-22 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTransportBundle
org.eclipse.soda.dk.arcom.io.transport.bundle.ArcomIoTransportBundle
public class ArcomIoTransportBundle
Arcom IO AIM104 Relay 8in8 board.
The transport bundle activator class creates and registers the ArcomIoTransport transport.
The Device Kit properties CONNECTION_KEYS and default values.
| arcomiotransport.mode | rw |
| arcomiotransport.path | 0 |
| arcomiotransport.name | /dev/arcom/aim104/relay8 |
| arcomiotransport.connection | randomaccessfile |
| arcomiotransport.pollingRate | 250 |
The list of exported services:
ArcomIoTransportService,
org.eclipse.soda.dk.transport.service.TransportService| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the full class name. |
static java.lang.String[] |
DEVICE_CATEGORY
Defines the org.osgi.service.device.Constants.DEVICE_CATEGORY property. |
static java.lang.String[] |
EXPORTED_SERVICE_NAMES
Defines the service name(s) to be registered by the ArcomIoTransport bundle. |
| Constructor Summary | |
|---|---|
ArcomIoTransportBundle()
|
|
| Method Summary | |
|---|---|
java.util.Hashtable |
createProperties()
Gets the properties to be registered with the service(s). |
TransportService |
createService(ConnectionService connection)
Creates the transport service to be registered with the OSGi system. |
java.lang.String[] |
getExportedServiceNames()
Return the exported service name(s) to be registered by the ArcomIoTransport 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[] DEVICE_CATEGORY
public static final java.lang.String[] EXPORTED_SERVICE_NAMES
| org.eclipse.soda.dk.transport.service.TransportService |
| org.eclipse.soda.dk.digital.io.transport.service.DigitalIoTransportService |
| Constructor Detail |
|---|
public ArcomIoTransportBundle()
| Method Detail |
|---|
public java.util.Hashtable createProperties()
| org.osgi.service.device.Constants.DRIVER_ID | ArcomIoTransport |
| org.osgi.framework.Constants.SERVICE_PID | ArcomIoTransportService.SERVICE_NAME |
| org.eclipse.soda.dk.connection.bundle.ServiceBundle.DEVICE_CLASS | ArcomIo |
| org.osgi.service.device.Constants.DEVICE_CATEGORY | TransportService |
| org.osgi.framework.Constants.SERVICE_RANKING | 6 |
public TransportService createService(ConnectionService connection)
connection - The connection service to be used when creating this transport service.
ArcomIoTransportpublic java.lang.String[] getExportedServiceNames()
|
2010-01-22 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||