Uses of Class
org.gridlab.gat.advert.MetaData

Packages that use MetaData
org.gridlab.gat.advert This package contains classes and interfaces which are used for the GAT advertisement service. 
 

Uses of MetaData in org.gridlab.gat.advert
 

Methods in org.gridlab.gat.advert that return MetaData
 MetaData AdvertService.getMetaData(String path)
          Gets the MetaData of an Advertisable instance from the given path (absolute or relative to the PWD).
 

Methods in org.gridlab.gat.advert with parameters of type MetaData
 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).
 String[] AdvertService.find(MetaData metaData)
          Query the AdvertService for entries matching the specified set of meta data in the MetaData.
 boolean MetaData.match(MetaData query)
          Match two MetaData objects.