2009-01-09 1.2.0

org.eclipse.soda.dk.connection.bundle
Class ConnectionBundle

java.lang.Object
  extended by BaseBundleActivator
      extended by org.eclipse.soda.dk.connection.bundle.ServiceBundle
          extended by org.eclipse.soda.dk.connection.bundle.ConnectionBundle

public abstract class ConnectionBundle
extends ServiceBundle

This is the Base Bundle Activator for ConnectionService bundles.

Since:
1.0
Version:
1.2.0

Field Summary
 
Fields inherited from class org.eclipse.soda.dk.connection.bundle.ServiceBundle
DEVICE_CLASS, DEVICE_REVISION
 
Constructor Summary
ConnectionBundle()
           
 
Method Summary
 java.lang.Object createService()
          Create service and return the Object result.
abstract  ConnectionService createService(java.util.Dictionary dictionary)
          Create service with the specified dictionary parameter and return the ConnectionService result.
 java.lang.String getServiceName()
          Return the service name.
 
Methods inherited from class org.eclipse.soda.dk.connection.bundle.ServiceBundle
activate, createProperties, destroyExportedServices, getExportedServiceNames, getService, log, log, setService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionBundle

public ConnectionBundle()
Method Detail

createService

public java.lang.Object createService()
Create service and return the Object result.

Overrides:
createService in class ServiceBundle
Returns:
Results of the create service (Object) value.
See Also:
createService(Dictionary)

createService

public abstract ConnectionService createService(java.util.Dictionary dictionary)
Create service with the specified dictionary parameter and return the ConnectionService result.

Parameters:
dictionary - The dictionary (Dictionary) parameter.
Returns:
Results of the create service (ConnectionService) value.
See Also:
createService()

getServiceName

public java.lang.String getServiceName()
Return the service name.

Returns:
Results of the get service name (String) value.

2009-01-09 1.2.0

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