Uses of Interface
eu.larkc.core.pluginManager.PluginManager

Packages that use PluginManager
eu.larkc.core.executor.pipe   
eu.larkc.core.pluginManager   
eu.larkc.core.pluginManager.local   
eu.larkc.core.pluginManager.remote.GAT   
eu.larkc.core.pluginManager.remote.Servlet.Tomcat   
 

Uses of PluginManager in eu.larkc.core.executor.pipe
 

Methods in eu.larkc.core.executor.pipe with parameters of type PluginManager
 void Sink.setPluginManager(PluginManager workflowPluginManager)
          Setter.
 

Uses of PluginManager in eu.larkc.core.pluginManager
 

Methods in eu.larkc.core.pluginManager with parameters of type PluginManager
 void PluginManager.addPrevious(PluginManager thePluginManager)
          The setPrevious method is used to inform the PluginManager of the previous PluginManager in the pipeline, i.e.
 

Uses of PluginManager in eu.larkc.core.pluginManager.local
 

Classes in eu.larkc.core.pluginManager.local that implement PluginManager
 class LocalPluginManager
          LocalPluginManager is a particular implementation of PluginManger that runs within a thread on a local machine.
 

Methods in eu.larkc.core.pluginManager.local with parameters of type PluginManager
 void LocalPluginManager.addPrevious(PluginManager provider)
          Adds the previous plugin manager.
 

Uses of PluginManager in eu.larkc.core.pluginManager.remote.GAT
 

Classes in eu.larkc.core.pluginManager.remote.GAT that implement PluginManager
 class GatPluginManager
          GatPluginManager is a particular implementation of LocalPluginManger that executes on a remote GatResourceDescription by means of JavaGAT.
 

Methods in eu.larkc.core.pluginManager.remote.GAT with parameters of type PluginManager
 void GatPluginManager.addPrevious(PluginManager provider)
          Adds the previous plugin manager.
 

Uses of PluginManager in eu.larkc.core.pluginManager.remote.Servlet.Tomcat
 

Classes in eu.larkc.core.pluginManager.remote.Servlet.Tomcat that implement PluginManager
 class JeePluginManager
          LocalPluginManager is a particular implementation of PluginManger that runs within a thread on a local machine.
 

Methods in eu.larkc.core.pluginManager.remote.Servlet.Tomcat with parameters of type PluginManager
 void JeePluginManager.addPrevious(PluginManager provider)
          Adds the previous plugin manager.