Celtix User APIs

Uses of Class
org.objectweb.celtix.plugins.PluginException

Packages that use PluginException
org.objectweb.celtix.application   
org.objectweb.celtix.plugins   
 

Uses of PluginException in org.objectweb.celtix.application
 

Methods in org.objectweb.celtix.application that throw PluginException
 Object ApplicationPluginManager.getPlugin(String className)
           
 Object ApplicationPluginManager.getPluginByName(String pluginName)
           
 void ApplicationPluginManager.registerPlugin(Object plugin)
           
 void ApplicationPluginManager.unloadPlugin(Object plugin)
           
 void ApplicationPluginManager.unregisterPlugin(Object plugin)
           
 

Uses of PluginException in org.objectweb.celtix.plugins
 

Methods in org.objectweb.celtix.plugins that throw PluginException
 Object PluginManager.getPlugin(String className)
          Returns the plugin object with the given classname.
 Object PluginManager.getPluginByName(String name)
          Returns the plugin object with the given name.
 void PluginManager.registerPlugin(Object plugin)
          Registers a plugin object with the bus.
 void PluginManager.unloadPlugin(Object plugin)
          Unload a plugin object after it has been explicitly unregistered.
 void PluginManager.unregisterPlugin(Object plugin)
          Explicitly unregister the given plugin object from the bus.
 


Celtix User APIs