Method Summary |
|
Configuration | getConfiguration() Returns the Configuration . |
Object | getPlugin(String className) Returns the plugin object with the given classname.
Parameters: className - - the class name of the plugin. |
Object | getPluginByName(String name) Returns the plugin object with the given name.
Parameters: name - - the name of the plugin. |
ClassLoader | getPluginClassLoader() Get the plugin class loader. |
void | registerPlugin(Object plugin) Registers a plugin object with the bus. |
void | unloadPlugin(Object plugin) Unload a plugin object after it has been explicitly unregistered. |
void | unregisterPlugin(Object plugin) Explicitly unregister the given plugin object from the bus. |