UNICORE Resource Broker Client Plugin
1.5α1

Uses of Class
org.eurogrid.broker.client.OfferTableModel.Comparison

Uses of OfferTableModel.Comparison in org.eurogrid.broker.client
 

Fields in org.eurogrid.broker.client declared as OfferTableModel.Comparison
static OfferTableModel.Comparison OfferTableModel.Comparison.BY_VSITE
          Compare by the name of the Vsite
static OfferTableModel.Comparison OfferTableModel.Comparison.BY_USITE
          Compare by the address of the Usite
static OfferTableModel.Comparison OfferTableModel.Comparison.BY_START_FIRST
          Compare by when the earliest time that the job may start
static OfferTableModel.Comparison OfferTableModel.Comparison.BY_START_LAST
          Compare by when the latest time that the job may start
static OfferTableModel.Comparison OfferTableModel.Comparison.BY_END_FIRST
          Compare by when the earliest time that the job may end
static OfferTableModel.Comparison OfferTableModel.Comparison.BY_END_LAST
          Compare by when the latest time that the job may end
static OfferTableModel.Comparison OfferTableModel.Comparison.BY_COST
          Compare by numeric cost
static OfferTableModel.Comparison OfferTableModel.Comparison.BY_UNITS
          Compare by the units that the cost is in
static OfferTableModel.Comparison OfferTableModel.Comparison.BY_VALID
          Compare by whether the offer is a valid one
static OfferTableModel.Comparison OfferTableModel.Comparison.BY_CONVERTED_COST
           
 

Methods in org.eurogrid.broker.client that return OfferTableModel.Comparison
static OfferTableModel.Comparison OfferTableModel.Comparison.getInstance(String name)
           
 OfferTableModel.Comparison[] BrokerDefaults.getOfferOrdering()
          Get the ordering rules used for sorting offers.
 

Methods in org.eurogrid.broker.client with parameters of type OfferTableModel.Comparison
 void OfferTableModel.setComparisonPolicy(OfferTableModel.Comparison[] policy)
          Set the offer comparison policy for this table model.
 void BrokerDefaults.setOfferOrdering(OfferTableModel.Comparison[] policy)
          Sets the offer ordering policy in the BrokerDefaults object to the given array of basic policies.
 

Constructors in org.eurogrid.broker.client with parameters of type OfferTableModel.Comparison
OfferTableModel(OfferTableModel.Comparison[] policy, Map vsiteToUsiteMap, String currency)
          Create the empty list of offers.
OfferTableModel(OfferTableModel.Comparison[] policy)
           
 


UNICORE Resource Broker Client Plugin
1.5α1

Submit a bug or feature
Copyright © 2002-2004 University of Manchester, U.K. See license.terms for details.