|
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.testmanager.managed.TestManagerManaged
public class TestManagerManaged
The DeviceBundle is the standard Bundle Activator for all other transport bundle activators to subclass.
| 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. |
| Constructor Summary | |
|---|---|
TestManagerManaged()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
protected void |
activate()
Create exported services. |
java.util.Hashtable |
createManagedProperties()
Create managed properties and return the Hashtable result. |
java.util.Hashtable |
createProperties()
Create the properties. |
TestManager |
createService()
Create the service. |
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. |
void |
updated(java.util.Dictionary properties)
Updated with the specified properties parameter. |
void |
updateProperties(java.util.Dictionary table,
java.util.Dictionary from)
Update properties with the specified table and from parameters. |
| 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 |
| Constructor Detail |
|---|
public TestManagerManaged()
| Method Detail |
|---|
protected void activate()
public java.util.Hashtable createManagedProperties()
Hashtable)
value.public java.util.Hashtable createProperties()
Hashtable)
value.createManagedProperties(),
updateProperties(Dictionary,Dictionary)public TestManager createService()
Object) value.protected void deactivate()
public java.lang.String[] getExportedServiceNames()
public java.lang.String[] getImportedServiceNames()
public void updateProperties(java.util.Dictionary table,
java.util.Dictionary from)
Dictionary) parameter.
The from (Dictionary) parameter.
table - The table (Dictionary) parameter.from - The from (Dictionary) parameter.createManagedProperties(),
createProperties()
public void updated(java.util.Dictionary properties)
throws ConfigurationException
Dictionary) parameter.
Configuration Exception.
properties - The properties (Dictionary) parameter.
ConfigurationException - Configuration Exception.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||