2009-06-02 1.2.0

org.eclipse.soda.dk.gps.nmea.adapter.factory
Class GpsNmeaAdapterFactory

java.lang.Object
  extended by AdapterFactory
      extended by org.eclipse.soda.dk.gps.nmea.adapter.factory.GpsNmeaAdapterFactory
All Implemented Interfaces:
BundleActivator

public class GpsNmeaAdapterFactory
extends AdapterFactory
implements BundleActivator

Global Positioning System (GPS) National Marine Electronics Association (NMEA) Adapter.

The device bundle activator class creates and registers the GpsNmeaAdapter device.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
GpsNmeaAdapterService, org.eclipse.soda.dk.adapter.service.AdapterService

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 GpsNmeaAdapter bundle.
static java.lang.String[] IMPORTED_SERVICE_NAMES
          Defines the imported service name(s) to be registered by the GpsNmeaAdapter bundle.
 
Constructor Summary
GpsNmeaAdapterFactory()
           
 
Method Summary
 java.util.Hashtable createProperties()
          Gets the properties to be registered with the service(s).
 AdapterService createService(DeviceService deviceService)
          Creates the adapter using the specified device service.
 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 GpsNmeaAdapter 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 GpsNmeaAdapter bundle.
 java.lang.String getInterestServiceName()
          Return the device service name used by this 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

CLASS_NAME

public static final java.lang.String CLASS_NAME
Defines the full class name.

Since:
1.0
See Also:
Constant Field Values

EXPORTED_SERVICE_NAMES

public static final java.lang.String[] EXPORTED_SERVICE_NAMES
Defines the service name(s) to be registered by the GpsNmeaAdapter bundle.
org.eclipse.soda.dk.adapter.service.AdapterService
org.eclipse.soda.dk.gps.nmea.adapter.service.GpsNmeaAdapterService

Since:
1.0

IMPORTED_SERVICE_NAMES

public static final java.lang.String[] IMPORTED_SERVICE_NAMES
Defines the imported service name(s) to be registered by the GpsNmeaAdapter bundle.
org.eclipse.soda.dk.gps.nmea.device.service.GpsNmeaDeviceService
org.eclipse.soda.dk.notification.service.NotificationService

Since:
1.0
Constructor Detail

GpsNmeaAdapterFactory

public GpsNmeaAdapterFactory()
Method Detail

createProperties

public java.util.Hashtable createProperties()
Gets the properties to be registered with the service(s).

Returns:
Hashtable of properties.
org.osgi.framework.Constants.SERVICE_PID GpsNmeaAdapterService.SERVICE_NAME
org.osgi.framework.Constants.SERVICE_DESCRIPTION GpsNmeaAdapterService.SERVICE_DESCRIPTION
org.osgi.framework.Constants.SERVICE_RANKING 6
org.osgi.framework.Constants.SERVICE_VENDOR IBM
Since:
1.2

createService

public AdapterService createService(DeviceService deviceService)
Creates the adapter using the specified device service.

Parameters:
deviceService - The device service to used when creating the adatper service.
Returns:
Object The adapter service created by this bundle.
Since:
1.2
See Also:
GpsNmeaAdapter

getExportedServiceNames

public 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 GpsNmeaAdapter bundle.

Parameters:
pid - PID.
oldProperties - old properties.
properties - properties.
manager - manager.
Returns:
String[] The exported service name(s).
Since:
1.2

getImportedServiceNames

public 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 GpsNmeaAdapter bundle.

Parameters:
pid - PID.
oldProperties - old properties.
properties - properties.
manager - manager.
Returns:
String[] The imported service names.
Since:
1.2

getInterestServiceName

public java.lang.String getInterestServiceName()
Return the device service name used by this bundle.

Returns:
String The interest service name.
Since:
1.2
See Also:
GpsNmeaDeviceService

2009-06-02 1.2.0

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