UNICORE Resource Broker Client Plugin
1.5α1

org.eurogrid.broker.client
Class OutcomeWrapper

java.lang.Object
  |
  +--org.eurogrid.broker.client.OutcomeWrapper

public class OutcomeWrapper
extends Object

Wrapper for a CheckResources_Outcome object, which also contains the Vsite and Usite it is from.

Version:
$Revision: 1.6 $, $Date: 2004/02/17 11:32:40 $
Author:
Jon MacLaren
See Also:
BrokerRequest, BrokerRequestManager

Constructor Summary
OutcomeWrapper()
          Default (empty) constructor
OutcomeWrapper(CheckResources_Outcome outcome, Vsite vsite, com.pallas.unicore.extensions.Usite usite)
          Simple constructor for the wrapper
 
Method Summary
 boolean equals(Object o)
          Definition of equality for this class.
 CheckResources_Outcome getOutcome()
          Get the outcome part
 com.pallas.unicore.extensions.Usite getUsite()
          Get the Usite part
 Vsite getVsite()
          Get the Vsite part
 void setOutcome(CheckResources_Outcome outcome)
          Set the outcome part
 void setUsite(com.pallas.unicore.extensions.Usite usite)
          Set the Usite part
 void setVsite(Vsite vsite)
          Set the Vsite part
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutcomeWrapper

public OutcomeWrapper()
Default (empty) constructor


OutcomeWrapper

public OutcomeWrapper(CheckResources_Outcome outcome,
                      Vsite vsite,
                      com.pallas.unicore.extensions.Usite usite)
Simple constructor for the wrapper

Parameters:
outcome - The outcome of the resource check
vsite - The Vsite that sent the outcome
usite - The Usite that sent the outcome
Method Detail

equals

public boolean equals(Object o)
Definition of equality for this class.

Overrides:
equals in class Object

getOutcome

public CheckResources_Outcome getOutcome()
Get the outcome part


getUsite

public com.pallas.unicore.extensions.Usite getUsite()
Get the Usite part


getVsite

public Vsite getVsite()
Get the Vsite part


setOutcome

public void setOutcome(CheckResources_Outcome outcome)
Set the outcome part

Parameters:
outcome - The outcome

setUsite

public void setUsite(com.pallas.unicore.extensions.Usite usite)
Set the Usite part

Parameters:
usite - The Usite to set

setVsite

public void setVsite(Vsite vsite)
Set the Vsite part

Parameters:
vsite - The outcome

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.