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.admin |
Interfaces that a service might choose to use
for some common administrative tasks.
|
Class and Description |
---|
JavaSpace
This interface is implemented by servers that export a
JavaSpaces technology service.
|
JavaSpace05
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. |
MatchSet
A collection of
Entry instances to be incrementally
returned from a JavaSpaces service. |
Class and Description |
---|
JavaSpace
This interface is implemented by servers that export a
JavaSpaces technology service.
|
Copyright © 2016–2018. All rights reserved.