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  

org::gridlab::gat::resources Namespace Reference


Compounds

class  HardwareResource
 An instance of this interface is an abstract representation of a physical hardware resource which is monitorable. More...

class  HardwareResourceDescription
 An instance of this class is a description of a hardware resource, a physical thing, which a may be required by a hardware or software component. More...

class  Job
 An instance of this class represents a monitorable simple job, a job which requires the start of a single executable and is monitorable. More...

class  JobDescription
class  ResourceBroker
 An instance of this class is used to reserve resources. More...

class  SoftwareDescription
class  SoftwareResource
class  SoftwareResourceDescription
 An instance of this class is a description of a software resource, which may be required by a hardware or software component. More...


Variables

interface Resource extends Monitorable
interface Resource extends Advertisable


Variable Documentation

interface Resource extends org::gridlab::gat::resources::Monitorable
 

Author:
rob
Resource is a base interface which is realized by any class which wishes to indicate it represents a node or component; currently both a GATHardwareResource and a SoftwareResource realize this interface. A Reservation may be associated with this Resource, and can be obtained by the operation getReservation.

Definition at line 20 of file Resource.java.

interface Resource extends org::gridlab::gat::resources::Advertisable
 

Author:
rob
Resource is a base interface which is realized by any class which wishes to indicate it represents a node or component; currently both a GATHardwareResource and a SoftwareResource realize this interface. A Reservation may be associated with this Resource, and can be obtained by the operation getReservation.

Definition at line 20 of file Resource.java.

Referenced by advert::AdvertService::add().