| Package | Description |
|---|---|
| org.wildfly.discovery | |
| org.wildfly.discovery.impl | |
| org.wildfly.discovery.spi |
| Modifier and Type | Method and Description |
|---|---|
ServiceURL |
ServiceURL.Builder.create()
Construct the service URL.
|
ServiceURL |
ServicesQueue.pollService()
Get the next entry from the queue without blocking.
|
ServiceURL |
ServicesQueue.takeService()
Get the next entry from the queue, blocking until one is available or the thread is interrupted.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceURL.equals(ServiceURL other)
Determine whether this service URL is equal to the given object.
|
boolean |
ServiceURL.implies(ServiceURL other)
Determine if this service URL implies the other service URL.
|
boolean |
ServiceType.implies(ServiceURL serviceURL)
Determine if this service type implies the given service URL.
|
ServiceRegistration |
ServiceRegistry.registerService(ServiceURL serviceURL)
Register a service URL.
|
ServiceRegistration |
ServiceRegistry.registerServices(ServiceURL... serviceURLs)
Register a group of service URLs to be controlled with a single handle.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistration |
AggregateRegistryProvider.registerService(ServiceURL serviceURL) |
ServiceRegistration |
LocalRegistryAndDiscoveryProvider.registerService(ServiceURL serviceURL) |
ServiceRegistration |
MutableRegistryProvider.registerService(ServiceURL serviceURL) |
ServiceRegistration |
AggregateRegistryProvider.registerServices(ServiceURL... serviceURLs) |
ServiceRegistration |
LocalRegistryAndDiscoveryProvider.registerServices(ServiceURL... serviceURLs) |
ServiceRegistration |
MutableRegistryProvider.registerServices(ServiceURL... serviceURLs) |
| Constructor and Description |
|---|
StaticDiscoveryProvider(List<ServiceURL> services)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryResult.addMatch(ServiceURL serviceURL)
Indicate that a matching service URL was discovered.
|
ServiceRegistration |
RegistryProvider.registerService(ServiceURL serviceURL)
Register a service with this provider.
|
default ServiceRegistration |
RegistryProvider.registerServices(ServiceURL... serviceURLs)
Register multiple services with this provider at once.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.