|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PBFindMarker | |
com.resilientedge.jockey.peerbridge | |
org.resilientedge.jockey.peerbridge |
Uses of PBFindMarker in com.resilientedge.jockey.peerbridge |
Methods in com.resilientedge.jockey.peerbridge that return PBFindMarker | |
PBFindMarker |
SimpSockDirectory.findAppsAsync(int timeout)
Locate apps on the network, asynchronously, until a time limit is reached. |
PBFindMarker |
SimpSockDirectory.findPeersAsync(int timeout)
Locate peers on the network, asynchronously, until a time limit is reached. |
PBFindMarker |
SimpSockDirectory.findGroupsAsync(int timeout)
Locate groups on the network, asynchronously, until a time limit is reached. |
PBFindMarker |
LoopbackDirectory.findAppsAsync(int timeout)
Locate apps on the network, asynchronously, until a time limit is reached. |
PBFindMarker |
LoopbackDirectory.findPeersAsync(int timeout)
Locate peers on the network, asynchronously, until a time limit is reached. |
PBFindMarker |
LoopbackDirectory.findGroupsAsync(int timeout)
Locate groups on the network, asynchronously, until a time limit is reached. |
Uses of PBFindMarker in org.resilientedge.jockey.peerbridge |
Methods in org.resilientedge.jockey.peerbridge that return PBFindMarker | |
abstract PBFindMarker |
PBAbstractDirectory.findPeersAsync(int timeout)
Locate peers on the network, asynchronously, until a time limit is reached. |
abstract PBFindMarker |
PBAbstractDirectory.findGroupsAsync(int timeout)
Locate groups on the network, asynchronously, until a time limit is reached. |
PBFindMarker |
PBDirectory.findAppsAsync(int timeout)
Locate apps on the network, asynchronously, until a time limit is reached. |
PBFindMarker |
PBDirectory.findPeersAsync(int timeout)
Locate peers on the network, asynchronously, until a time limit is reached. |
PBFindMarker |
PBDirectory.findGroupsAsync(int timeout)
Locate groups on the network, asynchronously, until a time limit is reached. |
Methods in org.resilientedge.jockey.peerbridge with parameters of type PBFindMarker | |
int |
PBFindMarker.compare(PBFindMarker other)
Returns zero if the other FindMarker is the same as this FindMarker. |
void |
PBDirectoryListener.discoveredPeers(PBFindMarker marker,
java.util.ArrayList peers)
Notify listener that peers were discovered. |
void |
PBDirectoryListener.discoveredGroups(PBFindMarker marker,
java.util.ArrayList groups)
Notify listener that groups were discovered. |
void |
PBDirectoryListener.findStarted(PBFindMarker marker)
Notify listener that a find attempt was started. |
void |
PBDirectoryListener.findFinished(PBFindMarker marker)
Notify listener that a find attempt has finished. |
void |
PBDirectoryListener.findCancelled(PBFindMarker marker)
Notify listener that a find attempt was cancelled. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |