|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginFactoryException | |
---|---|
edu.uci.isr.yancees.plugin | |
edu.uci.isr.yancees.plugin.generic | |
edu.uci.isr.yancees.plugin.notification | |
edu.uci.isr.yancees.plugin.subscription |
Uses of PluginFactoryException in edu.uci.isr.yancees.plugin |
---|
Methods in edu.uci.isr.yancees.plugin that throw PluginFactoryException | |
---|---|
ProtocolPluginInterface |
ProtocolPluginFactoryInterface.createNewInstance(SubscriberInterface si)
Creates a plug-in instance that processes the expression provided The default creation mode is unshared: a new instance is created. |
MOPluginInterface |
MOPluginFactoryInterface.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 |
MOPluginFactoryInterface.createNewSharedInstance(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
Creates shared plug-in instance that processes the expression provided This instance is shared. |
Uses of PluginFactoryException in edu.uci.isr.yancees.plugin.generic |
---|
Methods in edu.uci.isr.yancees.plugin.generic that throw PluginFactoryException | |
---|---|
MOPluginInterface |
GenericPluginFactory.createNewInstance(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
|
MOSharedPluginInterface |
GenericPluginFactory.createNewSharedInstance(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
|
Uses of PluginFactoryException in edu.uci.isr.yancees.plugin.notification |
---|
Methods in edu.uci.isr.yancees.plugin.notification that throw PluginFactoryException | |
---|---|
MOPluginInterface |
NotificationPluginFactory.createNewInstance(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
|
MOSharedPluginInterface |
NotificationPluginFactory.createNewSharedInstance(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
|
Uses of PluginFactoryException in edu.uci.isr.yancees.plugin.subscription |
---|
Methods in edu.uci.isr.yancees.plugin.subscription that throw PluginFactoryException | |
---|---|
MOPluginInterface |
SubscriptionPluginFactory.createNewInstance(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
|
MOSharedPluginInterface |
SubscriptionPluginFactory.createNewSharedInstance(SubscriberInterface si,
SubscriptionInterface sub,
org.w3c.dom.Node subTree)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |