|
|||||||||||
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.ResponseEnvironment
ResponseEnvironment
Constructor Summary | |
ResponseEnvironment(Request request,
java.util.LinkedList CBLs,
java.net.InetSocketAddress primary,
java.net.InetSocketAddress immortalPoint)
Creates a new ResponseEnvironment object. |
Method Summary | |
java.util.LinkedList |
getCBLs()
Getter for property CBLs. |
java.net.InetSocketAddress |
getImmortalPoint()
Getter for property immortalPoint. |
java.net.InetSocketAddress |
getPrimary()
Getter for property primary. |
void |
setCBLs(java.util.LinkedList CBLs)
Setter for property CBLs. |
void |
setImmortalPoint(java.net.InetSocketAddress immortalPoint)
Setter for property immortalPoint. |
void |
setPrimary(java.net.InetSocketAddress primary)
Setter for property primary. |
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 ResponseEnvironment(Request request, java.util.LinkedList CBLs, java.net.InetSocketAddress primary, java.net.InetSocketAddress immortalPoint)
request
- The response will be created for this request (it will
inherit the id). If request is null the id will be zero.CBLs
- LinkedList with dist1.acb.common.database.CBL objectsprimary
- The primary of the systemimmortalPoint
- The immortal point of the systemMethod Detail |
public void setCBLs(java.util.LinkedList CBLs)
CBLs
- New value of property CBLs.public java.util.LinkedList getCBLs()
public void setImmortalPoint(java.net.InetSocketAddress immortalPoint)
immortalPoint
- New value of property immortalPoint.public java.net.InetSocketAddress getImmortalPoint()
public void setPrimary(java.net.InetSocketAddress primary)
primary
- New value of property primary.public java.net.InetSocketAddress getPrimary()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |