All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.ArbitratorQuestion

java.lang.Object
   |
   +----ncsa.habanero.ArbitratorQuestion

public abstract class ArbitratorQuestion
extends Object
implements Answerable
We do this this way, rather than with self-executing subclasses, in order keep the server from having to execute unknown methods. This is probably a case of closing the barn door after the horse is gone.


Variable Index

 o arbitrator

Constructor Index

 o ArbitratorQuestion()
 o ArbitratorQuestion(Arbitrator)

Method Index

 o answer()
 o expectAnswer()
 o getArbitrator()
 o targetSharable()

Variables

 o arbitrator
 protected Specifiable arbitrator

Constructors

 o ArbitratorQuestion
 public ArbitratorQuestion(Arbitrator arbi)
Returns:
creates an ArbitratorQuestion
 o ArbitratorQuestion
 public ArbitratorQuestion()
Returns:
creates an ArbitratorQuestion for marshalling this

Methods

 o expectAnswer
 public boolean expectAnswer()
 o targetSharable
 public Sharable targetSharable()
 o getArbitrator
 public Arbitrator getArbitrator()

All Packages  Class Hierarchy  This Package  Previous  Next  Index