|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBaseBundleActivator
org.eclipse.soda.dk.connection.bundle.ServiceBundle
org.eclipse.soda.dk.connection.bundle.ConnectionBundle
public abstract class ConnectionBundle
This is the Base Bundle Activator for ConnectionService bundles.
| 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 |
|---|
public ConnectionBundle()
| Method Detail |
|---|
public java.lang.Object createService()
createService in class ServiceBundleObject) value.createService(Dictionary)public abstract ConnectionService createService(java.util.Dictionary dictionary)
dictionary - The dictionary (Dictionary) parameter.
ConnectionService) value.createService()public java.lang.String getServiceName()
String) value.
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||