Package | Description |
---|---|
net.jini.space |
JavaSpaces servers provide a place on the network, a space,
for clients to store and exchange objects.
|
org.apache.river.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MatchSetProxy
Outrigger's implementation of
MatchSet . |
Modifier and Type | Method and Description |
---|---|
MatchSet |
SpaceProxy2.contents(Collection tmpls,
Transaction txn,
long leaseDuration,
long maxEntries) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.