|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jxl.peermi.Multicast
public final class Multicast
Helper class to perform multicast method invocations.
Note: This class could use a lot more testing. Fault tollerance, and null or void returns are still undefined.
Method Summary | ||
---|---|---|
static
|
multicast(PeerHashSet<? extends PeerRemote> peers,
MethodCall<T> call)
Make a multicast method invocation on the remote peers in peers . |
|
static
|
multicast(PeerHashSet<? extends PeerRemote> peers,
MethodCall<T> call,
LimitedSearch<T> filter)
Make a multicast method invocation on peers using filter
to filter the results and to limmit the number of returns. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> java.util.Collection<T> multicast(PeerHashSet<? extends PeerRemote> peers, MethodCall<T> call)
peers
.
peers
- The remote objects to call.call
- The method call to invoke
public static <T> java.util.Collection<T> multicast(PeerHashSet<? extends PeerRemote> peers, MethodCall<T> call, LimitedSearch<T> filter)
peers
using filter
to filter the results and to limmit the number of returns.
peers
- The remote objects to call.call
- The method call to invoke.filter
- the filter used to limit the number of returns and to filter the results.
Search.matchesSearch(Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |