Class AnswerHolder

java.lang.Object
com.j_spaces.core.AnswerHolder
Direct Known Subclasses:
ExtendedAnswerHolder, ServerIteratorAnswerHolder

public class AnswerHolder extends Object
Instances of this class are mediators between the receiver to the rest of the engine. The receiver creates an AnswerHolder instance and a Bus Packet with a reference to this instance. The engine processes the Bus packet. When done, the engine notifies the receiver thread by calling the notify() method on the AnswerHolder instance.