dist1.acb.CBL.concretePackets
Class RequestInsertLog

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Request
          extended bydist1.acb.common.transport.RequestUpdate
              extended bydist1.acb.CBL.concretePackets.RequestInsertLog
All Implemented Interfaces:
java.io.Serializable

public class RequestInsertLog
extends RequestUpdate

RequestInsertLog

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

Constructor Summary
RequestInsertLog(Log log)
          Creates a new instance of RequestInsertLog
 
Method Summary
 Log getLog()
          Getter for property log.
 void setLog(Log 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

RequestInsertLog

public RequestInsertLog(Log log)
Creates a new instance of RequestInsertLog

Parameters:
log - A new log record
Method Detail

setLog

public void setLog(Log log)
Setter for property log.

Parameters:
log - New value of property log.

getLog

public Log getLog()
Getter for property log.

Returns:
Value of property log.


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