Uses of Interface
org.gridlab.gat.advert.Advertisable

Packages that use Advertisable
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 Advertisable in org.gridlab.gat.advert
 

Methods in org.gridlab.gat.advert that return Advertisable
 Advertisable AdvertService.getAdvertisable(GATContext context, String path)
          Gets an Advertisable instance from the given path (absolute or relative to PWD).
 Advertisable AdvertService.getAdvertisable(String path)
          Gets an Advertisable instance from the given path (absolute or relative to PWD).
 

Methods in org.gridlab.gat.advert with parameters of type Advertisable
 void AdvertService.add(Advertisable advert, MetaData metaData, String path)
          Add an Advertisable instance and related meta data to the AdvertService, at path (absolute or relative to PWD).
 

Uses of Advertisable in org.gridlab.gat.io
 

Subinterfaces of Advertisable 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.
 

Classes in org.gridlab.gat.io that implement Advertisable
 class File
          An abstract representation of a physical file.
 

Uses of Advertisable in org.gridlab.gat.resources
 

Subinterfaces of Advertisable 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 Advertisable
 class SoftwareResource
          An abstract representation of a piece of software.