public class Plugin extends BaseWrappingResourceLoader
EMBEDDED_CLIENT_APP_RESOURCE_LOADER, EMBEDDED_PLUGIN, KSB_CONFIGURER_CONTAINER_NAME, PLUGIN_REGISTRY_LOADER_NAME, RMI_PLUGIN, ROOT_RESOURCE_LOADER_NAME, WEB_SERVICE_PLUGIN| Constructor and Description |
|---|
Plugin(QName name,
Config config,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPluginListener(PluginListener pluginListener) |
Config |
getConfig() |
boolean |
isStarted() |
boolean |
isSuppressStartupFailure() |
void |
removePluginListener(PluginListener pluginListener) |
void |
setSuppressStartupFailure(boolean suppressStartupFailure) |
void |
start()
Starts the plugin.
|
protected void |
startPluginListeners() |
void |
stop()
Stops the plugin.
|
protected void |
stopPluginListeners()
If we fail to stop a plugin listener, try the next one but don't propogate any
exceptions out of this method.
|
String |
toString() |
cacheService, getPackageNamesToFilter, getService, postProcessObject, postProcessService, shouldCacheService, shouldWrapObject, shouldWrapServicegetClassLoader, getContents, getObject, getServiceLocator, isPostProcessContainer, setClassLoader, setPostProcessContaineraddResourceLoader, addResourceLoaderFirst, containsResourceLoader, getName, getResourceLoader, getResourceLoaderNames, getResourceLoaders, removeAllResourceLoaders, removeResourceLoader, setNamesetStartedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddResourceLoader, addResourceLoaderFirst, getName, getResourceLoader, getResourceLoaderNames, getResourceLoaders, removeResourceLoader, setNamepublic Plugin(QName name, Config config, ClassLoader classLoader)
public void start()
start in interface Lifecyclestart in class BaseWrappingResourceLoaderpublic void stop()
stop in interface Lifecyclestop in class BaseResourceLoaderpublic boolean isStarted()
isStarted in interface LifecycleisStarted in class BaseLifecyclepublic void addPluginListener(PluginListener pluginListener)
public void removePluginListener(PluginListener pluginListener)
protected void startPluginListeners()
protected void stopPluginListeners()
public boolean isSuppressStartupFailure()
public void setSuppressStartupFailure(boolean suppressStartupFailure)
public String toString()
toString in class ResourceLoaderContainerCopyright © 2005–2014 The Kuali Foundation. All rights reserved.