Uses of Class
eu.larkc.core.pluginManager.remote.Servlet.Tomcat.JeeResourceDescription

Packages that use JeeResourceDescription
eu.larkc.core.pluginManager.remote.GAT   
eu.larkc.core.pluginManager.remote.Servlet.Tomcat   
 

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

Methods in eu.larkc.core.pluginManager.remote.GAT that return JeeResourceDescription
static JeeResourceDescription ResourceDescription.getJeeResourceDescriptionFromProperties(SetOfStatements resourceProperties)
          Creates a GatResourceDescription out of a SetOfStaments describing the resource
 

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

Constructors in eu.larkc.core.pluginManager.remote.Servlet.Tomcat with parameters of type JeeResourceDescription
JeePluginManager(Plugin plugin, JeeResourceDescription resource)
          Constructor that takes only the plugin as input (input and output queues have to be set later).
JeePluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues, JeeResourceDescription resource)
          Constructor thats takes the input and output queues as input.