|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
public abstract class AbstractResponse
The Class AbstractResponse.
Constructor Summary | |
---|---|
AbstractResponse(AbstractRequest abstractRequest)
Instantiates a new abstract response. |
Method Summary | |
---|---|
long |
getRequestID()
Gets the request id. |
long |
getTimestamp()
Gets the timestamp. |
abstract void |
handleAbstractResponse(AbstractResponses abstractResponses)
Handle abstract response. |
void |
setTimestamp(long timestamp)
Sets the timestamp. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractResponse(AbstractRequest abstractRequest)
abstractRequest
- the abstract requestMethod Detail |
---|
public long getRequestID()
public abstract void handleAbstractResponse(AbstractResponses abstractResponses)
abstractResponses
- the abstract responsespublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- the new timestamp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |