Uses of Interface
org.gridlab.gat.resources.ResourceBroker

Packages that use ResourceBroker
org.gridlab.gat This package contains classes and interfaces which are used throughout the GAT application API. 
 

Uses of ResourceBroker in org.gridlab.gat
 

Methods in org.gridlab.gat that return ResourceBroker
static ResourceBroker GAT.createResourceBroker(GATContext gatContext, Preferences preferences, URI brokerURI)
          This method constructs a ResourceBroker instance corresponding to the passed GATContext and additional Preferences.
static ResourceBroker GAT.createResourceBroker(GATContext gatContext, URI brokerURI)
          This method constructs a ResourceBroker instance corresponding to the passed GATContext.
static ResourceBroker GAT.createResourceBroker(Preferences preferences, URI brokerURI)
          This method constructs a ResourceBroker instance corresponding to the default GATContext and additional Preferences.
static ResourceBroker GAT.createResourceBroker(URI brokerURI)
          This method constructs a ResourceBroker instance corresponding to the default GATContext.