|
Project JXTA | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
net.jxta.impl.pipe.PipeResolver.Event
A pipe resolver event.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
PipeResolver.Event(Object source,
PeerID peerid,
PipeID pipeid,
String type,
int queryid)
Creates a new pipe resolution event |
Method Summary | |
PeerID |
getPeerID()
Returns the peer associated with the event |
PipeID |
getPipeID()
Returns the pipe associated with the event |
int |
getQueryID()
Returns The query id associated with the response returned in this event |
String |
getType()
Returns the type of the pipe that is associated with the 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 PipeResolver.Event(Object source, PeerID peerid, PipeID pipeid, String type, int queryid)
source
- The PipeResolver generating the event.peerid
- The peer on which the pipe was foundpipeid
- the pipe which was foundtype
- the type of pipe which was foundqueryid
- The query id associated with the response returned in this eventMethod Detail |
public PeerID getPeerID()
public PipeID getPipeID()
public String getType()
public int getQueryID()
|
JXTA J2SE | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |