|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MOPluginFactoryInterface
This is the interface of the plug-ins of the core of the system
Method Summary | |
---|---|
MOPluginInterface |
createNewInstance(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
Creates a plug-in instance that processes the expression provided The default creation mode is "unshared": meaning a new instance is created. |
MOSharedPluginInterface |
createNewSharedInstance(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
Creates shared plug-in instance that processes the expression provided This instance is shared. |
java.lang.String[] |
getTags()
|
Method Detail |
---|
java.lang.String[] getTags()
getTags
in interface PluginFactoryInterface
MOPluginInterface createNewInstance(SubscriberInterface si, SubscriptionInterface sub, org.w3c.dom.Node subTree) throws PluginFactoryException
si
- TODOsub
- TODOexpression
- the expression to be processed by the new instance
an
- exception in case the creation was not successful
PluginFactoryException
MOSharedPluginInterface createNewSharedInstance(SubscriberInterface si, SubscriptionInterface sub, org.w3c.dom.Node subTree) throws PluginFactoryException
si
- TODOsub
- TODOexpression
- the expression to be processed by the new instance
an
- exception in case the creation was not successful
PluginFactoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |