Uses of Interface
edu.uci.isr.yancees.plugin.PluginFactoryInterface

Packages that use PluginFactoryInterface
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 PluginFactoryInterface in edu.uci.isr.yancees.plugin
 

Subinterfaces of PluginFactoryInterface in edu.uci.isr.yancees.plugin
 interface MOPluginFactoryInterface
          This is the interface of the plug-ins of the core of the system
 interface ProtocolPluginFactoryInterface
          This is the interface of the plug-ins of the core of the system
 

Fields in edu.uci.isr.yancees.plugin declared as PluginFactoryInterface
protected  PluginFactoryInterface AbstractPluginManager.genericFactory
           
 

Methods in edu.uci.isr.yancees.plugin that return PluginFactoryInterface
 PluginFactoryInterface[] PluginManagerInterface.getFactoriesList()
          Gets the list of all factories registered in the PluginManager
 PluginFactoryInterface[] AbstractPluginManager.getFactoriesList()
           
 

Methods in edu.uci.isr.yancees.plugin with parameters of type PluginFactoryInterface
 void PluginManagerInterface.addFactory(PluginFactoryInterface factory)
          Registers a new factory in the plug-in manager to process the set of tags.
 void AbstractPluginManager.addFactory(PluginFactoryInterface factory)
           
 void PluginManagerInterface.addUnknownTagFactory(PluginFactoryInterface factory)
          Registers the generic factory that handles unknown tags in the subscription process.
 void AbstractPluginManager.addUnknownTagFactory(PluginFactoryInterface factory)
           
 void PluginManagerInterface.removeFactory(PluginFactoryInterface factory)
          Registers a new factory in the plug-in manager
 void AbstractPluginManager.removeFactory(PluginFactoryInterface factory)
           
 

Uses of PluginFactoryInterface in edu.uci.isr.yancees.plugin.generic
 

Classes in edu.uci.isr.yancees.plugin.generic that implement PluginFactoryInterface
 class GenericPluginFactory
          Title: Yancees Notification Server
 

Uses of PluginFactoryInterface in edu.uci.isr.yancees.plugin.notification
 

Classes in edu.uci.isr.yancees.plugin.notification that implement PluginFactoryInterface
 class NotificationPluginFactory
          Title: Yancees Notification Server
 

Uses of PluginFactoryInterface in edu.uci.isr.yancees.plugin.subscription
 

Classes in edu.uci.isr.yancees.plugin.subscription that implement PluginFactoryInterface
 class SubscriptionPluginFactory
          Title: Yancees Notification Server