Uses of Interface
org.gridlab.gat.monitoring.Monitorable

Packages that use Monitorable
org.gridlab.gat This package contains classes and interfaces which are used throughout the GAT application API. 
org.gridlab.gat.advert This package contains classes and interfaces which are used for the GAT advertisement service. 
org.gridlab.gat.io This package contains classes and interfaces which are used to provide input and output. 
org.gridlab.gat.resources This package contains the classes and interfaces which are used for using resources, be they hardware or software resources. 
 

Uses of Monitorable in org.gridlab.gat
 

Methods in org.gridlab.gat that return Monitorable
static Monitorable GAT.createMonitorable()
          Create a (default) Monitorable object using the default GATContext
static Monitorable GAT.createMonitorable(GATContext gatContext)
          Create a (default) Monitorable object using the passed GATContext.
static Monitorable GAT.createMonitorable(GATContext gatContext, Preferences preferences)
          Create a (default) Monitorable object using the passed GATContext and additional Preferences.
static Monitorable GAT.createMonitorable(Preferences preferences)
          Create a (default) Monitorable object using the default GATContext and additional Preferences.
 

Uses of Monitorable in org.gridlab.gat.advert
 

Subinterfaces of Monitorable in org.gridlab.gat.advert
 interface AdvertService
          The AdvertService allows Advertisable instances to get published to and queried in an advert directory.
 

Uses of Monitorable in org.gridlab.gat.io
 

Subinterfaces of Monitorable in org.gridlab.gat.io
 interface Endpoint
          An Endpoint represents an endpoint of a Pipe.
 interface LogicalFile
          An abstract representation of a set of identical physical files.
 interface Pipe
          A Pipe represents a connection to another process.
 

Classes in org.gridlab.gat.io that implement Monitorable
 class File
          An abstract representation of a physical file.
 class FileInputStream
          A FileInputStream represents a connection to open file, the file may be either remote or local.
 class FileOutputStream
          A FileOutputStream represents a connection to open file, the file may be either remote or local.
 

Uses of Monitorable in org.gridlab.gat.resources
 

Subinterfaces of Monitorable in org.gridlab.gat.resources
 interface CoScheduleJob
          An instance of this class represents a coschedule job.
 interface HardwareResource
          An instance of this interface is an abstract representation of a physical hardware resource which is Monitorable.
 interface Job
          An instance of this class represents a job.
 interface Resource
          Resource is a base interface which is realized by any class which wishes to indicate it represents a node or component; currently both a HardwareResource and a SoftwareResource realize this interface.
 interface WrapperJob
          An instance of this class represents a wrapper job.
 

Classes in org.gridlab.gat.resources that implement Monitorable
 class SoftwareResource
          An abstract representation of a piece of software.