Uses of Class
net.jini.lookup.ServiceDiscoveryEvent
Packages that use ServiceDiscoveryEvent
Package
Description
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
Internally Used.
-
Uses of ServiceDiscoveryEvent in com.j_spaces.core.client.lus
Methods in com.j_spaces.core.client.lus with parameters of type ServiceDiscoveryEventModifier and TypeMethodDescriptionvoidAbstractServiceDiscoveryListener.serviceAdded(ServiceDiscoveryEvent event) When the cache receives from one of the managed lookup services, an event signaling the registration of a service of interest for the first time (or for the first time since the service has been discarded), the cache invokes theserviceAddedmethod on all instances ofServiceDiscoveryListenerthat are registered with the cache; doing so notifies the entity that a service of interest has been discovered.voidAbstractServiceDiscoveryListener.serviceChanged(ServiceDiscoveryEvent event) When the cache receives, from a managed lookup service, an event signaling the unique modification of the attributes of a service of interest (across the attribute sets of all references to the service), the cache invokes theserviceChangedmethod on all instances ofServiceDiscoveryListenerthat are registered with the cache; doing so notifies the entity that the state of a service of interest has changed.voidAbstractServiceDiscoveryListener.serviceRemoved(ServiceDiscoveryEvent event) When the cache receives, from a managed lookup service, an event signaling the removal of a service of interest from the last such lookup service with which it was registered, the cache invokes theserviceRemovedmethod on all instances ofServiceDiscoveryListenerthat are registered with the cache; doing so notifies the entity that a service of interest has been discarded. -
Uses of ServiceDiscoveryEvent in net.jini.discovery.dynamic
Methods in net.jini.discovery.dynamic with parameters of type ServiceDiscoveryEventModifier and TypeMethodDescriptionvoidServiceRegistrarServiceDiscoveryListener.serviceAdded(ServiceDiscoveryEvent event) voidServiceRegistrarServiceDiscoveryListener.serviceChanged(ServiceDiscoveryEvent event) voidServiceRegistrarServiceDiscoveryListener.serviceRemoved(ServiceDiscoveryEvent event) -
Uses of ServiceDiscoveryEvent in net.jini.lookup
Methods in net.jini.lookup with parameters of type ServiceDiscoveryEventModifier and TypeMethodDescriptionvoidServiceDiscoveryListener.serviceAdded(ServiceDiscoveryEvent event) When the cache receives from one of the managed lookup services, an event signaling the registration of a service of interest for the first time (or for the first time since the service has been discarded), the cache invokes theserviceAddedmethod on all instances ofServiceDiscoveryListenerthat are registered with the cache; doing so notifies the entity that a service of interest has been discovered.voidServiceDiscoveryListener.serviceChanged(ServiceDiscoveryEvent event) When the cache receives, from a managed lookup service, an event signaling the unique modification of the attributes of a service of interest (across the attribute sets of all references to the service), the cache invokes theserviceChangedmethod on all instances ofServiceDiscoveryListenerthat are registered with the cache; doing so notifies the entity that the state of a service of interest has changed.voidServiceDiscoveryListener.serviceRemoved(ServiceDiscoveryEvent event) When the cache receives, from a managed lookup service, an event signaling the removal of a service of interest from the last such lookup service with which it was registered, the cache invokes theserviceRemovedmethod on all instances ofServiceDiscoveryListenerthat are registered with the cache; doing so notifies the entity that a service of interest has been discarded. -
Uses of ServiceDiscoveryEvent in org.openspaces.admin.internal.discovery
Methods in org.openspaces.admin.internal.discovery with parameters of type ServiceDiscoveryEventModifier and TypeMethodDescriptionvoidDiscoveryService.serviceAdded(ServiceDiscoveryEvent event) voidDiscoveryService.serviceChanged(ServiceDiscoveryEvent event) voidDiscoveryService.serviceRemoved(ServiceDiscoveryEvent event)