| java.lang.Object org.objectweb.celtix.application.ApplicationPluginManager
All known Subclasses: org.objectweb.celtix.bus.busimpl.BusPluginManager,
ApplicationPluginManager | public class ApplicationPluginManager implements PluginManager(Code) | | author: asmyth The ApplicationPluginManager manages objects loaded on demand author: in response to a getPlugin request. The loading of one pluggable author: object may require explicitly loading dependent objects. Such author: dependencies are always specified by plugin name (as otherwise they author: can trivially be resolved by the clasloader). Circular dependencies author: are not allowed and will cause a PluginException. Plugins may be author: unloaded after they have been explicitly unregistered. |
ApplicationPluginManager | public ApplicationPluginManager()(Code) | | |
|
|