|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LimitedSearch | |
---|---|
jxl.peermi | An extention of the standard RMI classes to enable true p2p, bidi rmi. |
jxl.search | Search is a simple, and powerful interface to the idea of object searching. |
jxl.vague | Vague persists simple or nested bean property data without requiring a bean implementation. |
Uses of LimitedSearch in jxl.peermi |
---|
Methods in jxl.peermi with parameters of type LimitedSearch | ||
---|---|---|
static
|
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. |
Uses of LimitedSearch in jxl.search |
---|
Methods in jxl.search that return LimitedSearch | ||
---|---|---|
static
|
SearchUtils.asSingleLimited(Search<T> s)
|
|
static
|
SearchUtils.asUnlimitedSearch(Search<T> s)
|
Methods in jxl.search with parameters of type LimitedSearch | |
---|---|
java.util.Collection<E> |
SearchableList.findSomeObjects(LimitedSearch<E> ls)
|
java.util.Collection<T> |
CollectionSearcher.findSomeObjects(LimitedSearch<T> ls)
|
java.util.Collection<T> |
Searchable.findSomeObjects(LimitedSearch<T> ls)
|
Uses of LimitedSearch in jxl.vague |
---|
Methods in jxl.vague with parameters of type LimitedSearch | |
---|---|
java.util.Collection<V> |
VagueContext.findSomeObjects(LimitedSearch<V> ls)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |