Uses of Interface
net.jini.space.MatchSet

Packages that use MatchSet
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
net.jini.space JavaSpaces servers provide a place on the network, a space, for clients to store and exchange objects. 
 

Uses of MatchSet in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement MatchSet
(package private)  class MatchSetProxy
          Outrigger's implementation of MatchSet.
 

Methods in com.sun.jini.outrigger that return MatchSet
 MatchSet SpaceProxy2.contents(Collection tmpls, Transaction txn, long leaseDuration, long maxEntries)
           
 

Uses of MatchSet in net.jini.space
 

Methods in net.jini.space that return MatchSet
 MatchSet JavaSpace05.contents(Collection tmpls, Transaction txn, long leaseDuration, long maxEntries)
          Creates a match set that can be used to exhaustively read through all of the matching entries in the space that are visible to the passed Transaction and remain visible for the lifetime of the match set.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.