dist1.acb.common.transport
Class Response

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Response
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ResponseBalance, ResponseCashFlows, ResponseCBLsInfo, ResponseEnvironment, ResponseFile, ResponseFileIds, ResponseFileSegment, ResponseHotJoinInfo, ResponseJoinInfo, ResponseKey, ResponseLog, ResponseLogFile, ResponseLoginChallenge, ResponseLoginOk, ResponseOk, ResponsePeersLocation, ResponseRegisterId, ResponseReplicas, ResponseSearch, ResponseServersList, ResponseTopics, ResponseWithStringMessage

public abstract class Response
extends Packet

A response

Version:
$Revision: 1.3 $
Author:
Alexander Stasiv
See Also:
Serialized Form

Constructor Summary
protected Response(Request request)
          Creates a new Response object.
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Response

protected Response(Request request)
Creates a new Response object.

Parameters:
request - The response will be created for this request (it will inherit the id). If request is null the id will be zero.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.