2009-10-01 1.2.0

org.eclipse.soda.dk.generic.io.simulator.device.factory
Class GenericIoSimulatorDeviceActivator

java.lang.Object
  extended by DeviceFactory
      extended by org.eclipse.soda.dk.generic.io.simulator.device.factory.GenericIoSimulatorDeviceFactory
          extended by org.eclipse.soda.dk.generic.io.simulator.device.factory.GenericIoSimulatorDeviceActivator
All Implemented Interfaces:
BundleActivator

public class GenericIoSimulatorDeviceActivator
extends GenericIoSimulatorDeviceFactory

Since:
1.0
Version:
1.2.0

Field Summary
 
Fields inherited from class org.eclipse.soda.dk.generic.io.simulator.device.factory.GenericIoSimulatorDeviceFactory
CLASS_NAME, EXPORTED_SERVICE_NAMES
 
Constructor Summary
GenericIoSimulatorDeviceActivator()
           
 
Method Summary
protected  java.lang.String createPid()
          Create pid and return the String result.
 java.lang.String[] getExportedServiceNames(java.lang.String pid, java.util.Dictionary oldProperties, java.util.Dictionary properties, IBundleActivationManager manager)
          Get exported service names with the specified pid, old properties, properties and manager parameters and return the String[] result.
 
Methods inherited from class org.eclipse.soda.dk.generic.io.simulator.device.factory.GenericIoSimulatorDeviceFactory
createProperties, createService
 
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
 

Constructor Detail

GenericIoSimulatorDeviceActivator

public GenericIoSimulatorDeviceActivator()
Method Detail

createPid

protected java.lang.String createPid()
Create pid and return the String result.

Returns:
Results of the create pid (String) value.

getExportedServiceNames

public java.lang.String[] getExportedServiceNames(java.lang.String pid,
                                                  java.util.Dictionary oldProperties,
                                                  java.util.Dictionary properties,
                                                  IBundleActivationManager manager)
Get exported service names with the specified pid, old properties, properties and manager parameters and return the String[] result.

Overrides:
getExportedServiceNames in class GenericIoSimulatorDeviceFactory
Parameters:
pid - The pid (String) parameter.
oldProperties - The old properties (Dictionary) parameter.
properties - The properties (Dictionary) parameter.
manager - The manager (IBundleActivationManager) parameter.
Returns:
Results of the get exported service names (String[]) value.

2009-10-01 1.2.0

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