|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mmoui.manager.services.Main
public class Main
The MMOUI services main class. This is called by the OSGi framework to activate and load services.
| Constructor Summary | |
|---|---|
Main()
|
|
| Method Summary | |
|---|---|
void |
start(org.osgi.framework.BundleContext context)
Starts up this test bundle |
void |
stop(org.osgi.framework.BundleContext context)
Halts this test bundle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Main()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
start in interface org.osgi.framework.BundleActivatorcontext - The OSGi context for this bundle
java.lang.Exception - If an exception occurs during execution
public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
stop in interface org.osgi.framework.BundleActivatorcontext - The OSGi context for this bundle
java.lang.Exception - If an exception occurs during shutdown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||