| 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 | Interface and Description | 
|---|---|
| interface  | JavaSpace05The  JavaSpace05interface extends theJavaSpaceinterface 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
 givenEntryneeds to be read by multiple clients. | 
| Constructor and Description | 
|---|
| AvailabilityEvent(JavaSpace source,
                 long eventID,
                 long seqNum,
                 MarshalledObject handback,
                 boolean visibilityTransition)Create a new  AvailabilityEventinstance. |