|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBaseBundleActivator
org.eclipse.soda.dk.testagent.bundle.TestAgentBundle
public abstract class TestAgentBundle
The AgentBundle is the base bundle activator for all agent bundle activators.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Defines the class name. |
static java.lang.String[] |
EXPORTED_SERVICE_NAMES
Defines the service name(s) to be registered by the testAdapter bundle. |
static java.lang.String[] |
IMPORTED_SERVICE_NAMES
Defines the imported service name(s) to be registered by the testAdapter bundle. |
static java.lang.String[] |
OPTIONAL_SERVICES
Define the optional services (String[]) constant. |
| Constructor Summary | |
|---|---|
TestAgentBundle()
|
|
| Method Summary | |
|---|---|
void |
activate()
Create service and return the Object result. |
java.util.Hashtable |
createProperties()
Gets the properties to be registered with the service(s). |
abstract TestAgent |
createService()
Create service with the specified device parameter and return the Object result. |
protected void |
deactivate()
Deactivate. |
java.lang.String[] |
getExportedServiceNames()
Return the exported service name(s) to be registered by the testAdapter bundle. |
java.lang.String[] |
getImportedServiceNames()
Return the imported service name(s) to be registered by the testAdapter bundle. |
protected java.lang.String[] |
getOptionalImportedServiceNames()
Gets the optional imported service names (String[]) value. |
TestAgent |
getService()
Return the agent. |
protected void |
handleAcquiredOptionalImportedService(java.lang.String serviceName,
java.lang.Object service)
Handle acquired optional imported service with the specified service name and service parameters. |
protected void |
handleReleasedOptionalImportedService(java.lang.String serviceName,
java.lang.Object service)
Handle released optional imported service with the specified service name and service parameters. |
void |
setService(TestAgent agent)
Sets the agent value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_NAME
public static final java.lang.String[] EXPORTED_SERVICE_NAMES
| org.eclipse.soda.dk.adapter.service.AdapterService |
public static final java.lang.String[] IMPORTED_SERVICE_NAMES
| org.eclipse.soda.dk.test.adapter.service.testAdapterService |
| org.eclipse.soda.dk.notification.service.NotificationService |
public static final java.lang.String[] OPTIONAL_SERVICES
| Constructor Detail |
|---|
public TestAgentBundle()
| Method Detail |
|---|
public void activate()
public java.util.Hashtable createProperties()
| org.eclipse.soda.dk.connection.bundle.ServiceBundle.DEVICE_CLASS | testAdapter |
| org.osgi.framework.Constants.SERVICE_PID | testAdapterService.SERVICE_NAME |
| org.osgi.framework.Constants.SERVICE_DESCRIPTION | test Adapter |
| org.osgi.framework.Constants.SERVICE_VENDOR | Eclipse |
| org.osgi.service.device.Constants.DRIVER_ID | testAdapter |
| org.osgi.framework.Constants.SERVICE_RANKING | 6 |
| org.osgi.service.device.Constants.DEVICE_CATEGORY | DeviceService |
| org.eclipse.soda.dk.connection.bundle.ServiceBundle.DEVICE_REVISION | 1.0.0 |
public abstract TestAgent createService()
DeviceService) parameter.
Object) value.
The device (DeviceService) parameter.getService(),
handleAcquiredOptionalImportedService(String,Object),
handleReleasedOptionalImportedService(String,Object),
setService(TestAgent)protected void deactivate()
public java.lang.String[] getExportedServiceNames()
public java.lang.String[] getImportedServiceNames()
getOptionalImportedServiceNames()protected java.lang.String[] getOptionalImportedServiceNames()
String[])
value.public TestAgent getService()
AgentService) value.createService(),
handleAcquiredOptionalImportedService(String,Object),
handleReleasedOptionalImportedService(String,Object),
setService(TestAgent)
protected void handleAcquiredOptionalImportedService(java.lang.String serviceName,
java.lang.Object service)
String) parameter.
The service (Object) parameter.
serviceName - The service name (String) parameter.service - The service (Object) parameter.
protected void handleReleasedOptionalImportedService(java.lang.String serviceName,
java.lang.Object service)
String) parameter.
The service (Object) parameter.
serviceName - The service name (String) parameter.service - The service (Object) parameter.public void setService(TestAgent agent)
AgentService) parameter.
agent - The agent (TestAgent) parameter.createService(),
getService(),
handleAcquiredOptionalImportedService(String,Object),
handleReleasedOptionalImportedService(String,Object)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||