| Package | Description |
|---|---|
| org.wildfly.discovery | |
| org.wildfly.discovery.impl | |
| org.wildfly.discovery.spi |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AggregateServiceRegistration |
An aggregate service registration.
|
| Modifier and Type | Field | Description |
|---|---|---|
static ServiceRegistration |
ServiceRegistration.EMPTY |
An empty service registration handle, which has no effect.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ServiceRegistration |
ServiceRegistration.aggregate(ServiceRegistration... registrations) |
Create an aggregate of registrations which are all controlled as one.
|
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 | Description |
|---|---|---|
static ServiceRegistration |
ServiceRegistration.aggregate(ServiceRegistration... registrations) |
Create an aggregate of registrations which are all controlled as one.
|
| Constructor | Description |
|---|---|
AggregateServiceRegistration(ServiceRegistration... registrations) |
Construct a new instance.
|
| Modifier and Type | Method | 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) |
| Modifier and Type | Method | Description |
|---|---|---|
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 © 2019 JBoss by Red Hat. All rights reserved.