|
Project JXTA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--net.jxta.peer.PeerInfoEvent
Container for PeerInfoEvent events.
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PeerInfoEvent(java.lang.Object source,
PeerInfoResponseMessage piResp,
int queryid)
Creates a new event |
|
| Method Summary | |
PeerInfoResponseMessage |
getPeerInfoResponseMessage()
Returns the response associated with the event |
int |
getQueryID()
Returns The query id associated with the response returned in this event |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PeerInfoEvent(java.lang.Object source,
PeerInfoResponseMessage piResp,
int queryid)
source - The object on which the Event initially occurredqueryid - The query id associated with the response returned in
this eventpiAdv - PeerInfoResponseMessage receivedResolverResponseMsg| Method Detail |
public PeerInfoResponseMessage getPeerInfoResponseMessage()
ResolverResponseMsgpublic int getQueryID()
|
Project JXTA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||