|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginLifecycleException | |
---|---|
org.java.plugin | This package contains framework runtime API. |
org.java.plugin.standard | This package contains standard implementation of main framework runtime API. |
Uses of PluginLifecycleException in org.java.plugin |
---|
Methods in org.java.plugin that throw PluginLifecycleException | |
---|---|
abstract void |
PluginManager.activatePlugin(java.lang.String id)
Activates plug-in with given ID if it is not activated yet. |
abstract Plugin |
PluginManager.getPlugin(java.lang.String id)
Looks for plug-in with given ID and activates it if it is not activated yet. |
Uses of PluginLifecycleException in org.java.plugin.standard |
---|
Methods in org.java.plugin.standard that throw PluginLifecycleException | |
---|---|
void |
StandardPluginManager.activatePlugin(java.lang.String id)
Activates plug-in with given ID if it is not activated yet. |
protected abstract void |
PluginLifecycleHandler.afterPluginStop(Plugin plugin)
This method will be called by PluginManager just after stopping
plug-in. |
protected abstract void |
PluginLifecycleHandler.beforePluginStart(Plugin plugin)
This method will be called by PluginManager just before starting
plug-in. |
protected Plugin |
StandardPluginLifecycleHandler.createPluginInstance(PluginDescriptor descr)
Creates instance of plug-in class calling it's default (no-arguments) constructor. |
protected abstract Plugin |
PluginLifecycleHandler.createPluginInstance(PluginDescriptor descr)
This method should create new instance of plug-in class. |
Plugin |
StandardPluginManager.getPlugin(java.lang.String id)
Looks for plug-in with given ID and activates it if it is not activated yet. |
|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |