|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Packet dist1.acb.common.transport.Response dist1.acb.common.transport.concretePackets.ResponseLog
ResponseLog
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 |
public ResponseLog(Request request, java.util.LinkedList log)
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 |
public void setLog(java.util.LinkedList log)
log
- New value of property log.public java.util.LinkedList getLog()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |