|
Project JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jxta.impl.rendezvous.RdvManager
This class implements a very simple RendezVous manager
Field Summary | |
static long |
PollDelay
|
Constructor Summary | |
RdvManager(net.jxta.peergroup.PeerGroup g)
|
Method Summary | |
long |
requestConnection(net.jxta.document.Advertisement adv)
This is called by the RendezVous service each time a new Peer is requesting a connection. |
void |
signal(JxtaTimer t)
This implementation of Rendezvous Manager periodically pools peers and groups advertisements from other peers. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final long PollDelay
Constructor Detail |
public RdvManager(net.jxta.peergroup.PeerGroup g)
Method Detail |
public long requestConnection(net.jxta.document.Advertisement adv)
public void signal(JxtaTimer t)
timer
- a reference to the timer that has went off.
|
Project JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |