Uses of Class
edu.uci.isr.yancees.plugin.PluginFactoryException

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   
edu.uci.isr.yancees.server.dispatcher.elvin   
edu.uci.isr.yancees.server.dispatcher.siena   
edu.uci.isr.yancees.server.plugin.notification.pull   
edu.uci.isr.yancees.server.plugin.notification.push   
edu.uci.isr.yancees.server.plugin.protocol.mobility   
edu.uci.isr.yancees.server.plugin.protocol.polling   
edu.uci.isr.yancees.server.plugin.subscription.correlation   
edu.uci.isr.yancees.server.plugin.subscription.filter   
edu.uci.isr.yancees.server.plugin.subscription.require   
edu.uci.isr.yancees.server.plugin.subscription.rule   
edu.uci.isr.yancees.server.plugin.subscription.sequence   
 

Uses of PluginFactoryException in edu.uci.isr.yancees.plugin
 

Methods in edu.uci.isr.yancees.plugin that throw PluginFactoryException
 PluginInterface PluginFactoryInterface.createNewInstance(org.w3c.dom.Node subTree)
          Creates a plug-in instance that processes the expression provided The default creation mode is unshared: a new instance is created.
 SharedPluginInterface PluginFactoryInterface.createNewSharedInstance(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
 PluginInterface GenericPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface GenericPluginFactory.createNewSharedInstance(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
 PluginInterface NotificationPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface NotificationPluginFactory.createNewSharedInstance(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
 PluginInterface SubscriptionPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface SubscriptionPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.dispatcher.elvin
 

Methods in edu.uci.isr.yancees.server.dispatcher.elvin that throw PluginFactoryException
 PluginInterface ElvinPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface ElvinPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.dispatcher.siena
 

Methods in edu.uci.isr.yancees.server.dispatcher.siena that throw PluginFactoryException
 PluginInterface SienaPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface SienaPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.plugin.notification.pull
 

Methods in edu.uci.isr.yancees.server.plugin.notification.pull that throw PluginFactoryException
 PluginInterface PullPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface PullPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.plugin.notification.push
 

Methods in edu.uci.isr.yancees.server.plugin.notification.push that throw PluginFactoryException
 PluginInterface PushPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface PushPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.plugin.protocol.mobility
 

Methods in edu.uci.isr.yancees.server.plugin.protocol.mobility that throw PluginFactoryException
 PluginInterface MobilityProtocolPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface MobilityProtocolPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.plugin.protocol.polling
 

Methods in edu.uci.isr.yancees.server.plugin.protocol.polling that throw PluginFactoryException
 PluginInterface PollProtocolPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface PollProtocolPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.plugin.subscription.correlation
 

Methods in edu.uci.isr.yancees.server.plugin.subscription.correlation that throw PluginFactoryException
 PluginInterface ThenPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface ThenPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 PluginInterface OrPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface OrPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 PluginInterface AndPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface AndPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.plugin.subscription.filter
 

Methods in edu.uci.isr.yancees.server.plugin.subscription.filter that throw PluginFactoryException
 PluginInterface FilterPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface FilterPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.plugin.subscription.require
 

Methods in edu.uci.isr.yancees.server.plugin.subscription.require that throw PluginFactoryException
 PluginInterface RequirePluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface RequirePluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.plugin.subscription.rule
 

Methods in edu.uci.isr.yancees.server.plugin.subscription.rule that throw PluginFactoryException
 PluginInterface RulePluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface RulePluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

Uses of PluginFactoryException in edu.uci.isr.yancees.server.plugin.subscription.sequence
 

Methods in edu.uci.isr.yancees.server.plugin.subscription.sequence that throw PluginFactoryException
 PluginInterface SequencePluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 SharedPluginInterface SequencePluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)