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.peerpublish   
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
 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(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.
 MOSharedPluginInterface MOPluginFactoryInterface.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
 MOPluginInterface GenericPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface NotificationPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface SubscriptionPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface ElvinPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface SienaPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface PullPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface PushPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface MobilityProtocolPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface MobilityProtocolPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 

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

Methods in edu.uci.isr.yancees.server.plugin.protocol.peerpublish that throw PluginFactoryException
 ProtocolPluginInterface PeerPublishPluginFactory.createNewInstance(SubscriberInterface si)
          creates a new instance of this plug-in, with the subscriber interface of the creator of this plug-in.
 

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
 ProtocolPluginInterface PollProtocolPluginFactory.createNewInstance(SubscriberInterface si)
           
 MOPluginInterface MOPollProtocolPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface MOPollProtocolPluginFactory.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
 MOPluginInterface ThenPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface ThenPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 MOPluginInterface OrPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface OrPluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)
           
 MOPluginInterface AndPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface FilterPluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface RequirePluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface RulePluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface 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
 MOPluginInterface SequencePluginFactory.createNewInstance(org.w3c.dom.Node subTree)
           
 MOSharedPluginInterface SequencePluginFactory.createNewSharedInstance(org.w3c.dom.Node subTree)