|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.device.testcase.bundle.DeviceTestcaseBundle
public abstract class DeviceTestcaseBundle
| Field Summary | |
|---|---|
protected java.lang.Thread |
thread
Define the thread (Thread) field. |
| Constructor Summary | |
|---|---|
DeviceTestcaseBundle()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
void |
start(org.osgi.framework.BundleContext context)
Start with the specified context parameter. |
void |
stop(org.osgi.framework.BundleContext context)
Stop with the specified context parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Field Detail |
|---|
protected java.lang.Thread thread
| Constructor Detail |
|---|
public DeviceTestcaseBundle()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorcontext - The context (BundleContext) parameter.
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorcontext - The context (BundleContext) parameter.
java.lang.Exception
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||