| Package | Description | 
|---|---|
| net.jini.space | 
 JavaSpaces servers provide a place on the network, a space,
for clients to store and exchange objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Entry | 
AvailabilityEvent.getEntry()
Returns a copy of the  
Entry whose transition
 triggered this event. | 
Entry | 
MatchSet.next()
Removes one  
Entry from the match set and
 returns a copy to the caller. | 
Entry | 
JavaSpace.read(Entry tmpl,
    Transaction txn,
    long timeout)
Read any matching entry from the space, blocking until one exists. 
 | 
Entry | 
JavaSpace.readIfExists(Entry tmpl,
            Transaction txn,
            long timeout)
Read any matching entry from the space, returning
  
null if there is currently is none. | 
Entry | 
JavaSpace.take(Entry tmpl,
    Transaction txn,
    long timeout)
Take a matching entry from the space, waiting until one exists. 
 | 
Entry | 
JavaSpace.takeIfExists(Entry tmpl,
            Transaction txn,
            long timeout)
Take a matching entry from the space, returning
  
null if there is currently is none. |