Uses of Class
eu.larkc.core.pluginManager.remote.GAT.GatResourceDescription

Packages that use GatResourceDescription
eu.larkc.core.pluginManager.remote.GAT   
 

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

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

Constructors in eu.larkc.core.pluginManager.remote.GAT with parameters of type GatResourceDescription
GatPluginManager(Plugin plugin, GatResourceDescription gatDescription)
          Constructor that takes only the plugin and the GatResourceDescription as input.
GatPluginManager(Plugin plugin, GatResourceDescription gatDescription, org.gridlab.gat.security.PasswordSecurityContext securityContext)
          Extended version of the simple constructor that additionally takes securityContext as input.
GatPluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues, GatResourceDescription gatDescription)
          Constructor that takes the input and output queues as well as and the GatResourceDescription as input.