| Package | Description |
|---|---|
| org.apache.commons.jcs3.auxiliary.lateral.socket.tcp | |
| org.apache.commons.jcs3.utils.discovery | |
| org.apache.commons.jcs3.utils.discovery.behavior |
| Modifier and Type | Method and Description |
|---|---|
void |
LateralTCPDiscoveryListener.addDiscoveredService(DiscoveredService service)
Creates the lateral cache if needed.
|
void |
LateralTCPDiscoveryListener.removeDiscoveredService(DiscoveredService service)
Removes the lateral cache.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DiscoveredService> |
UDPDiscoveryService.getDiscoveredServices() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UDPDiscoveryService.addOrUpdateService(DiscoveredService discoveredService)
Add a service to the list.
|
void |
UDPDiscoveryService.removeDiscoveredService(DiscoveredService service)
Removes the discovered service from the list and calls the discovery listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDiscoveryListener.addDiscoveredService(DiscoveredService service)
Add the service if needed.
|
void |
IDiscoveryListener.removeDiscoveredService(DiscoveredService service)
Remove the service from the list.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.