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

Packages that use AdvertService
org.gridlab.gat This package contains classes and interfaces which are used throughout the GAT application API. 
 

Uses of AdvertService in org.gridlab.gat
 

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