|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTransportFactory
org.eclipse.soda.dk.epcglobal.llrp.transport.factory.EpcglobalLlrpTransportFactory
public class EpcglobalLlrpTransportFactory
EPCglobal Low Level Reader Protocol (LLRP) Transport.
The transport bundle activator class creates and registers the EpcglobalLlrpTransport transport.
The Device Kit properties CONNECTION_KEYS and default values.
| epcgloballlrptransport.writesize | -1 |
| epcgloballlrptransport.linger | -1 |
| epcgloballlrptransport.readsize | -1 |
| epcgloballlrptransport.remoteport | 5084 |
| epcgloballlrptransport.host | epcgloballlrp |
| epcgloballlrptransport.readtimeout | 1000 |
| epcgloballlrptransport.localport | -1 |
| epcgloballlrptransport.connection | tcpip |
| epcgloballlrptransport.responsetimeout | 1000 |
The list of exported services:
EpcglobalLlrpTransportService,
See the following specification(s) for more details:
Title:
EPCglobal Low Level Reader Protocol (LLRP)
URL:
http://www.epcglobalinc.org/standards/llrp
Version:
1.0.1
Date:
August 13, 2007
Vendor:
EPCglobal
Comment:
Ratified
| 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 EpcglobalLlrpTransport bundle. |
static java.lang.String[] |
IMPORTED_SERVICE_NAMES
Defines the imported service name(s) to be registered by the EpcglobalLlrpTransport bundle. |
| Constructor Summary | |
|---|---|
EpcglobalLlrpTransportFactory()
|
|
| 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(java.lang.String pid,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
Return the exported service name(s) to be registered by the EpcglobalLlrpTransport bundle. |
java.lang.String[] |
getImportedServiceNames(java.lang.String pid,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
Return the imported service name(s) to be registered by the EpcglobalLlrpTransport 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.rfid.transport.service.RfidTransportService |
public static final java.lang.String[] IMPORTED_SERVICE_NAMES
| org.eclipse.soda.dk.connection.service.ConnectionService |
| Constructor Detail |
|---|
public EpcglobalLlrpTransportFactory()
| Method Detail |
|---|
public java.util.Hashtable createProperties()
| org.osgi.service.device.Constants.DRIVER_ID | EpcglobalLlrpTransport |
| org.osgi.framework.Constants.SERVICE_PID | EpcglobalLlrpTransportService.SERVICE_NAME |
| org.eclipse.soda.dk.connection.bundle.ServiceBundle.DEVICE_CLASS | EpcglobalLlrp |
| 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.
EpcglobalLlrpTransport
public java.lang.String[] getExportedServiceNames(java.lang.String pid,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
pid - PID.oldProperties - old properties.properties - properties.manager - manager.
public java.lang.String[] getImportedServiceNames(java.lang.String pid,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
pid - PID.oldProperties - old properties.properties - properties.manager - manager.
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||