|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uci.isr.yancees.plugin.AbstractPlugin
edu.uci.isr.yancees.plugin.generic.GenericPlugin
The idea of this plug-in is to match unknown tags in the subscription DOM tree and perform a runtime search and installation of it in the server. This plug-in contains the logic to perform this runtime installation of new plug-ins.
| Field Summary |
| Fields inherited from class edu.uci.isr.yancees.plugin.AbstractPlugin |
myListeners, myRequiredPlugins |
| Constructor Summary | |
GenericPlugin(org.w3c.dom.Node subTree)
|
|
| Method Summary | |
void |
receivePluginNotification(EventInterface[] evtList,
PluginInterface source)
Receives a list of events as notifications from another plug-in |
void |
receivePluginNotification(EventInterface evt,
PluginInterface source)
Receives a notification from another plug-in |
| Methods inherited from class edu.uci.isr.yancees.plugin.AbstractPlugin |
addListener, addRequiredPlugin, dispose, finalize, getExpectedPluginIDs, getFullContext, getFullPath, getId, getRequiredPluginsList, getSubtree, getTag, hasChildren, publishOutput, publishOutput, removeListener |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GenericPlugin(org.w3c.dom.Node subTree)
subTree - is the DOM tree this plugin is responsible for executing| Method Detail |
public void receivePluginNotification(EventInterface evt,
PluginInterface source)
receivePluginNotification in interface PluginListenerInterfacereceivePluginNotification in class AbstractPluginevt - is the event receivedsource - is the plug-in sending the notification.
public void receivePluginNotification(EventInterface[] evtList,
PluginInterface source)
receivePluginNotification in interface PluginListenerInterfacereceivePluginNotification in class AbstractPluginevtList - is the list of events receivedsource - is the plug-in sending the notification.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||