Uses of Interface
net.jini.space.MatchSet

Packages that use MatchSet
net.jini.space The JavaSpace05 interface extends the JavaSpace interface to provide methods that allow clients to perform batch operations on the space (which are generally more efficient than performing an equivalent set of singleton operations) and to more easily develop applications where a given Entry needs to be read by multiple clients.  
 

Uses of MatchSet in net.jini.space
 

Methods in net.jini.space that return MatchSet
 MatchSet JavaSpace05.contents(Collection tmpls, net.jini.core.transaction.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 2005, Sun Microsystems, Inc.
Licensed under the Apache License, Version 2.0.