Uses of Class
discovery.ResourceOffering

Packages that use ResourceOffering
discovery   
 

Uses of ResourceOffering in discovery
 

Fields in discovery declared as ResourceOffering
private  ResourceOffering[] DiscoResponse.offerings
           
 

Methods in discovery that return ResourceOffering
static ResourceOffering[] ServiceOfferings.readOfferings(java.lang.String un)
          This method searches through the XML file to find the current user.
 

Constructors in discovery with parameters of type ResourceOffering
DiscoResponse(DiscoQuery query, ResourceOffering[] offerings, java.lang.String statusCode)
          The constructor creates the message and initialises variables that are used in message creation.