|
|||||||||||
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.ResponseKey
ResponseKey
Constructor Summary | |
ResponseKey(Request request,
byte[] key,
boolean wasCharged)
Creates a new instance of ResponseKey |
Method Summary | |
byte[] |
getKey()
Getter for property key. |
boolean |
isWasCharged()
Getter for property wasCharged. |
void |
setKey(byte[] key)
Setter for property key. |
void |
setWasCharged(boolean wasCharged)
Setter for property wasCharged. |
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 ResponseKey(Request request, byte[] key, boolean wasCharged)
key
- KeywasCharged
- if this request was chargedMethod Detail |
public byte[] getKey()
public void setKey(byte[] key)
key
- New value of property key.public boolean isWasCharged()
public void setWasCharged(boolean wasCharged)
wasCharged
- New value of property wasCharged.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |