|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.osgi.filesystem.control.ControlManager
public class ControlManager
| Field Summary | |
|---|---|
static java.lang.String |
CONTROL_DIR_NAME
|
| Constructor Summary | |
|---|---|
ControlManager(java.io.File rootDir,
BundleContext context)
|
|
| Method Summary | |
|---|---|
void |
run(java.util.Map services)
This is called for execution of application logic when OSGi services are available. |
void |
shutdown()
Called directly before the thread is interrupted. |
| 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 CONTROL_DIR_NAME
| Constructor Detail |
|---|
public ControlManager(java.io.File rootDir,
BundleContext context)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void run(java.util.Map services)
ServiceTrackerHelper.ManagedRunnable
run in interface ServiceTrackerHelper.ManagedRunnableservices - key contains String of service name, value is service instance.public void shutdown()
ServiceTrackerHelper.ManagedRunnable
shutdown in interface ServiceTrackerHelper.ManagedRunnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||