| org.kuali.rice.resourceloader.BaseWrappingResourceLoader edu.iu.uis.eden.plugin.Plugin
Plugin | public class Plugin extends BaseWrappingResourceLoader (Code) | | A KEW Plugin. A Plugin represents a distinct classloading space living below (as a child) of the core
KEW classloader. It allows for loading of plugin resources from core components of the system.
Essentially a Plugin is a specialized ResourceLoader with a custom classloader and attached configuration.
author: ewestfal |
bindThread | public void bindThread()(Code) | | |
isStarted | public boolean isStarted()(Code) | | |
isSupressStartupFailure | public boolean isSupressStartupFailure()(Code) | | |
setSupressStartupFailure | public void setSupressStartupFailure(boolean supressStartupFailure)(Code) | | |
start | public synchronized void start()(Code) | | Starts the plugin.
|
startPluginListeners | protected void startPluginListeners()(Code) | | |
stop | public synchronized void stop()(Code) | | Stops the plugin.
|
stopPluginListeners | protected void stopPluginListeners()(Code) | | If we fail to stop a plugin listener, try the next one but don't propogate any
exceptions out of this method. Otherwise the plugin ends up dying and can't be
reloaded from a hot deploy.
|
unbindThread | public void unbindThread()(Code) | | |
|
|