|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jade.jademx.agent.JademxPingAgent.PingResponse
private class JademxPingAgent.PingResponse
response to ping.
meant as wrapper to be handled with Object.wait()
and
Object.notify()
.
Field Summary | |
---|---|
private java.lang.Exception |
exception
hold any Exception generated trying to get response |
private java.lang.String |
response
hold the response |
Constructor Summary | |
---|---|
private |
JademxPingAgent.PingResponse()
|
Method Summary | |
---|---|
java.lang.Exception |
getException()
get any exception set |
java.lang.String |
getResponse()
get the ping response |
void |
setException(java.lang.Exception exception)
set a exception received trying to get response |
void |
setResponse(java.lang.String response)
set the ping response |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String response
private java.lang.Exception exception
Constructor Detail |
---|
private JademxPingAgent.PingResponse()
Method Detail |
---|
public java.lang.String getResponse()
public void setResponse(java.lang.String response)
response
- The response to set.public java.lang.Exception getException()
public void setException(java.lang.Exception exception)
exception
- The exception to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |