|
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
static class PipeResolver.Event
A pipe resolver event.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PipeResolver.Event(PipeResolver source,
ID peerid,
ID pipeid,
String type,
int queryid)
Creates a new pipe resolution event |
Method Summary | |
---|---|
ID |
getPeerID()
Returns the peer associated with the event |
ID |
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(PipeResolver source, ID peerid, ID 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 ID getPeerID()
public ID getPipeID()
public String getType()
public int getQueryID()
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |