dist1.acb.common.transport.concretePackets
Class ResponseLog

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Response
          extended bydist1.acb.common.transport.concretePackets.ResponseLog
All Implemented Interfaces:
java.io.Serializable

public class ResponseLog
extends Response

ResponseLog

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

Constructor Summary
ResponseLog(Request request, java.util.LinkedList log)
          Creates a new instance of ResponseLog
 
Method Summary
 java.util.LinkedList getLog()
          Getter for property log.
 void setLog(java.util.LinkedList log)
          Setter for property log.
 
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

ResponseLog

public ResponseLog(Request request,
                   java.util.LinkedList log)
Creates a new instance of ResponseLog

Parameters:
request - The response will be created for this request (it will inherit the id). If request is null the id will be zero.
log - list of log records (database.Log classes)
Method Detail

setLog

public void setLog(java.util.LinkedList log)
Setter for property log.

Parameters:
log - New value of property log.

getLog

public java.util.LinkedList getLog()
Getter for property log.

Returns:
Value of property log.


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