dist1.acb.common.transport.concretePackets
Class ResponseLogFile

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

public class ResponseLogFile
extends Response

Response that contains the log file of the CBL

Author:
Lazar Adzigogov
See Also:
Serialized Form

Constructor Summary
ResponseLogFile(Request request, java.lang.String logFile)
          Creates a new instance of ResponseLogFile
 
Method Summary
 java.lang.String getLogFile()
          Getter for property logFile.
 void setLogFile(java.lang.String logFile)
          Setter for property logFile.
 
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

ResponseLogFile

public ResponseLogFile(Request request,
                       java.lang.String logFile)
Creates a new instance of ResponseLogFile

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

setLogFile

public void setLogFile(java.lang.String logFile)
Setter for property logFile.

Parameters:
logFile - New value of property logFile.

getLogFile

public java.lang.String getLogFile()
Getter for property logFile.

Returns:
Value of property logFile.


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