|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.event.manager.PluginManager
Constructor Summary | |
PluginManager()
|
Method Summary | |
void |
createNewPlugin(java.lang.String key,
java.lang.String description,
java.lang.String type)
This method provide to create a New plugin This method throws an exception if something goes wrong |
void |
createNewPluginType(java.lang.String key,
java.lang.String description)
This method provide to create a New plugin type This method throws an exception if something goes wrong |
SourceBean |
getAllPlugins()
This method provide to return a SourceBean representing all plugins This method throws an exception if something goes wrong |
SourceBean |
getPluginsForType(java.lang.String typePlugin)
This method provide to return a SourceBean representing plugins with type passed in input This method throws an exception if something goes wrong |
SourceBean |
getPluginType()
This method provide to return all plugin type This method throws an exception if something goes wrong |
void |
removePlugin(java.lang.String key)
This method provide to remove the plugin identified by key, all associations with events and all trigger associated to it This method throws an exception if something goes wrong |
void |
removePluginType(java.lang.String key)
This method provide to remove the plugin type This method throws an exception if something goes wrong or if there are some plugins associated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PluginManager()
Method Detail |
public SourceBean getAllPlugins() throws java.lang.Exception
getAllPlugins
in interface PluginManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
public SourceBean getPluginsForType(java.lang.String typePlugin) throws java.lang.Exception
getPluginsForType
in interface PluginManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
public SourceBean getPluginType() throws java.lang.Exception
getPluginType
in interface PluginManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
public void createNewPlugin(java.lang.String key, java.lang.String description, java.lang.String type) throws java.lang.Exception
createNewPlugin
in interface PluginManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
public void removePlugin(java.lang.String key) throws java.lang.Exception
removePlugin
in interface PluginManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
public void createNewPluginType(java.lang.String key, java.lang.String description) throws java.lang.Exception
createNewPluginType
in interface PluginManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
public void removePluginType(java.lang.String key) throws java.lang.Exception
removePluginType
in interface PluginManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |