|
JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeerViewElement | |
---|---|
net.jxta.impl.rendezvous.rpv |
Uses of PeerViewElement in net.jxta.impl.rendezvous.rpv |
---|
Methods in net.jxta.impl.rendezvous.rpv that return PeerViewElement | |
---|---|
PeerViewElement |
PeerView.getDownPeer()
Get the down peer from the local peer. |
PeerViewElement |
PeerViewEvent.getPeerViewElement()
Returns the PeerViewElement |
PeerViewElement |
PeerView.getPeerViewElement(ID pid)
Get from the local view, the PeerViewElement for the given PeerID, if one exists. |
PeerViewElement |
PeerView.getPeerViewElement(PeerViewDestination wanted)
Return from the local view, the PeerViewElement that is equal to the given PeerViewDestination, if one exists or null if it is
not present. |
PeerViewElement |
PeerView.getSelf()
Get the local peer. |
PeerViewElement |
PeerView.getUpPeer()
Get the up peer from the local peer. |
PeerViewElement |
PeerViewRandomWithReplaceStrategy.next()
Return the next PeerView Element using the strategy applied by this instance. |
PeerViewElement |
PeerViewSequentialStrategy.next()
Return the next PeerView Element using the strategy applied by this instance. |
PeerViewElement |
PeerViewRandomStrategy.next()
Return the next PeerView Element using the strategy applied by this instance. |
PeerViewElement |
PeerViewStrategy.next()
Return the next PeerView Element using the strategy applied by this instance. |
Methods in net.jxta.impl.rendezvous.rpv that return types with arguments of type PeerViewElement | |
---|---|
SortedSet<PeerViewElement> |
PeerView.getView()
Get a copy of the PeerView for this group. |
Methods in net.jxta.impl.rendezvous.rpv with parameters of type PeerViewElement | |
---|---|
(package private) void |
PeerView.notifyFailure(PeerViewElement pve,
boolean propagateFailure)
Invoked when a peerview member peer becomes unreachable. |
Constructors in net.jxta.impl.rendezvous.rpv with parameters of type PeerViewElement | |
---|---|
PeerViewEvent(Object source,
int type,
PeerViewElement element)
Creates a new event |
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |