Package | Description |
---|---|
net.jini.core.event |
The
RemoteEventListener interface and related standard classes. |
net.jini.core.lookup |
These are the lookup service interfaces and classes.
|
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini Discovery and Join Specification.
|
net.jini.event | |
net.jini.lease |
Standard service and utility classes for managing leases.
|
net.jini.space |
JavaSpaces servers provide a place on the network, a space,
for clients to store and exchange objects.
|
org.apache.river.lease |
Some basic utility classes for helping with
client-side lease renewal operations.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteEventListener.notify(RemoteEvent theEvent)
Notify the listener about an event.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceEvent
This class is used for remote events sent by the lookup service.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteDiscoveryEvent
Whenever the lookup discovery service discovers or discards a lookup
service matching the discovery/discard criteria of one or more of its
registrations, the lookup discovery service sends an instance of this
class to the listener corresponding to each such registration.
|
Modifier and Type | Method and Description |
---|---|
RemoteEvent |
RemoteEventIterator.next(long timeout)
Retrieves stored event notifications, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpirationWarningEvent
Event generated by a lease renewal set when its lease is about to
expire.
|
class |
RenewalFailureEvent
Event generated by a lease renewal set when it can't renew a lease it
is responsible for.
|
Modifier and Type | Class and Description |
---|---|
class |
AvailabilityEvent
|
Modifier and Type | Class and Description |
---|---|
class |
BasicRenewalFailureEvent
Basic implementation of
RenewalFailureEvent that
defers unmarshalling. |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.