Package 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.

See:
          Description

Interface Summary
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(TM) service.
 

Class Summary
AvailabilityEvent A RemoteEvent marking the transition of an Entry from unavailable to available.
 

Package net.jini.space Description

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. Implementations of the JavaSpace interface are not required to implement this interface.

Version:
1.0
See Also:
JavaSpaces(TM) Service Specification


Copyright 2005, Sun Microsystems, Inc.
Licensed under the Apache License, Version 2.0.