dist1.acb.common.transport.concretePackets
Class RequestGetLog

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

public class RequestGetLog
extends Request

RequestLog

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

Constructor Summary
RequestGetLog(long afterId)
          Creates a new instance of RequestLog
 
Method Summary
 long getAfterId()
          Getter for property afterId.
 void setAfterId(long afterId)
          Setter for property afterId.
 
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

RequestGetLog

public RequestGetLog(long afterId)
Creates a new instance of RequestLog

Parameters:
afterId - Requests log records after record with this id
Method Detail

setAfterId

public void setAfterId(long afterId)
Setter for property afterId.

Parameters:
afterId - New value of property afterId.

getAfterId

public long getAfterId()
Getter for property afterId.

Returns:
Value of property afterId.


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