org.ChinaVO.FITSManager.PluginStarter
Class Activator
java.lang.Object
org.ChinaVO.FITSManager.PluginStarter.Activator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class Activator
- extends java.lang.Object
- implements org.osgi.framework.BundleActivator
This plug-in will be started after FITSManager-Core, and won't be manage in
FITSManager-Core's Plug-ins Control module.
Since there are potential deadlock when FITSManager's whole application
starting(if FITSManager-Core doesn't active, and other plug-ins want to get
resource from FITSManager-Core at the same time, it will be deadlock), this
plug-in's works after FITSManager-Core active.
- Version:
- v1.0.0 2010-7-12ÏÂÎç01:54:46
- Author:
- Dong-Wei FAN
Method Summary |
void |
start(org.osgi.framework.BundleContext context)
|
void |
stop(org.osgi.framework.BundleContext context)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Activator
public Activator()
start
public void start(org.osgi.framework.BundleContext context)
throws java.lang.Exception
- Specified by:
start
in interface org.osgi.framework.BundleActivator
- Throws:
java.lang.Exception
stop
public void stop(org.osgi.framework.BundleContext context)
throws java.lang.Exception
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Throws:
java.lang.Exception