All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.RequestAnswer

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----java.awt.AWTEvent
                   |
                   +----ncsa.habanero.ServerMessage
                           |
                           +----ncsa.habanero.RequestAnswer

public class RequestAnswer
extends ServerMessage

Variable Index

 o answer

Constructor Index

 o RequestAnswer(boolean, Arbitrator)
Create the RequestAnswer.

Method Index

 o dispatch()
The Serializer calls this method to send the action to the target
 o getAnswer()

Variables

 o answer
 protected boolean answer

Constructors

 o RequestAnswer
 public RequestAnswer(boolean a,
                      Arbitrator arb)
Create the RequestAnswer.

Methods

 o dispatch
 public void dispatch()
The Serializer calls this method to send the action to the target

Overrides:
dispatch in class ServerMessage
 o getAnswer
 public boolean getAnswer()

All Packages  Class Hierarchy  This Package  Previous  Next  Index