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.
-
arbitrator
-
-
ArbitratorQuestion()
-
-
ArbitratorQuestion(Arbitrator)
-
-
answer()
-
-
expectAnswer()
-
-
getArbitrator()
-
-
targetSharable()
-
arbitrator
protected Specifiable arbitrator
ArbitratorQuestion
public ArbitratorQuestion(Arbitrator arbi)
- Returns:
- creates an ArbitratorQuestion
ArbitratorQuestion
public ArbitratorQuestion()
- Returns:
- creates an ArbitratorQuestion for marshalling this
expectAnswer
public boolean expectAnswer()
targetSharable
public Sharable targetSharable()
getArbitrator
public Arbitrator getArbitrator()
All Packages Class Hierarchy This Package Previous Next Index