GridLab
Grid Application Toolkit

A simple API for Grid Applications
GAT

Menu



Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

cpi::ResourceBrokerCpi Class Reference

Capability provider interface to the ResourceBroker class. More...

Inheritance diagram for cpi::ResourceBrokerCpi:

Inheritance graph
[legend]
Collaboration diagram for cpi::ResourceBrokerCpi:

Collaboration graph
[legend]
List of all members.

Protected Methods

 ResourceBrokerCpi (GATContext gatContext, Preferences preferences) throws Exception
 This method constructs a ResourceBrokerCpi instance corresponding to the passed GATContext.


Detailed Description

Capability provider interface to the ResourceBroker class.

Capability provider wishing to provide the functionality of the ResourceBroker class must extend this class and implement all of the abstract methods in this class. Each abstract method in this class mirrors the corresponding method in this ResourceBroker class and will be used to implement the corresponding method in the ResourceBroker class at runtime.

Definition at line 16 of file ResourceBrokerCpi.java.


Constructor & Destructor Documentation

cpi::ResourceBrokerCpi::ResourceBrokerCpi GATContext    gatContext,
Preferences    preferences
throws Exception [inline, protected]
 

This method constructs a ResourceBrokerCpi instance corresponding to the passed GATContext.

Parameters:
gatContext  A GATContext which will be used to broker resources

Definition at line 25 of file ResourceBrokerCpi.java.

References resources::ResourceBroker::gatContext, and resources::ResourceBroker::preferences.


The documentation for this class was generated from the following file: