Uses of Class
jxl.util.MethodCall

Packages that use MethodCall
jxl.peermi An extention of the standard RMI classes to enable true p2p, bidi rmi. 
 

Uses of MethodCall in jxl.peermi
 

Methods in jxl.peermi with parameters of type MethodCall
static
<T> java.util.Collection<T>
Multicast.multicast(PeerHashSet<? extends PeerRemote> peers, MethodCall<T> call)
          Make a multicast method invocation on the remote peers in peers.
static
<T> java.util.Collection<T>
Multicast.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.