|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.isr.yancees.plugin.AbstractPluginManager
edu.uci.isr.yancees.plugin.MOPluginManager
public class MOPluginManager
Manages the plug-in instances used by the parsers (managers)
Field Summary |
---|
Fields inherited from class edu.uci.isr.yancees.plugin.AbstractPluginManager |
---|
factoriesMap, genericFactory, tagsMap |
Constructor Summary | |
---|---|
MOPluginManager()
this is the constructor. |
Method Summary | |
---|---|
MOPluginInterface |
createMOPluginInstance(SubscriberInterface si,
SubscriptionInterface sub,
java.lang.String tag,
org.w3c.dom.Node subTree)
|
void |
setDispatcher(EventDispatcherInterface disp)
|
Methods inherited from class edu.uci.isr.yancees.plugin.AbstractPluginManager |
---|
addFactory, addUnknownTagFactory, getFactoriesList, getRegisteredTags, isTagRegistered, removeFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.uci.isr.yancees.plugin.PluginManagerInterface |
---|
addFactory, addUnknownTagFactory, getFactoriesList, getRegisteredTags, isTagRegistered, removeFactory |
Constructor Detail |
---|
public MOPluginManager()
Method Detail |
---|
public void setDispatcher(EventDispatcherInterface disp)
public MOPluginInterface createMOPluginInstance(SubscriberInterface si, SubscriptionInterface sub, java.lang.String tag, org.w3c.dom.Node subTree) throws PluginManagerException
createMOPluginInstance
in interface MOPluginManagerInterface
si
- is a reference to the subscriber interface (a unique subscriber
identification) which subscription triggered the creation of the pluginssub
- TODO
an
- exception in case the creation is not successful.
PluginManagerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |