|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.isr.yancees.plugin.subscription.SubscriptionPluginFactory
public class SubscriptionPluginFactory
Title: Yancees Notification Server
Description: Yet ANother Configurable Extensible Event Service
Copyright: Copyright (c) 2003
Company: School of Information and Computer Science - University of California, Irvine
Constructor Summary | |
---|---|
SubscriptionPluginFactory()
|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubscriptionPluginFactory()
Method Detail |
---|
public java.lang.String[] getTags()
getTags
in interface MOPluginFactoryInterface
getTags
in interface PluginFactoryInterface
public MOPluginInterface createNewInstance(SubscriberInterface si, SubscriptionInterface sub, org.w3c.dom.Node subTree) throws PluginFactoryException
MOPluginFactoryInterface
createNewInstance
in interface MOPluginFactoryInterface
si
- TODOsub
- TODO
PluginFactoryException
public MOSharedPluginInterface createNewSharedInstance(SubscriberInterface si, SubscriptionInterface sub, org.w3c.dom.Node subTree) throws PluginFactoryException
MOPluginFactoryInterface
createNewSharedInstance
in interface MOPluginFactoryInterface
si
- TODOsub
- TODO
PluginFactoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |