| Package | Description | 
|---|---|
| net.jini.core.lookup | 
 These are the lookup service interfaces and classes. 
 | 
| 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 | 
|---|---|
EventRegistration | 
ServiceRegistrar.notify(ServiceTemplate tmpl,
      int transitions,
      RemoteEventListener listener,
      MarshalledObject handback,
      long leaseDuration)
Registers for event notification. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EventRegistration | 
JavaSpace.notify(Entry tmpl,
      Transaction txn,
      RemoteEventListener listener,
      long lease,
      MarshalledObject handback)
When entries are written that match this template notify the
 given  
listener with a RemoteEvent that
 includes the handback object. | 
EventRegistration | 
JavaSpace05.registerForAvailabilityEvent(Collection tmpls,
                            Transaction txn,
                            boolean visibilityOnly,
                            RemoteEventListener listener,
                            long leaseDuration,
                            MarshalledObject handback)
Register for events triggered when a matching  
Entry
 transitions from unavailable to available. |