| Package | Description |
|---|---|
| org.wildfly.clustering.provider |
Public clustering API for registering services on a group of nodes.
|
| org.wildfly.clustering.server.provider |
| Modifier and Type | Method and Description |
|---|---|
default ServiceProviderRegistration<T> |
ServiceProviderRegistrationFactory.createRegistration(T service,
ServiceProviderRegistration.Listener listener)
Deprecated.
Registers the local node as providing the specified service, using the specified listener.
|
ServiceProviderRegistration<T> |
ServiceProviderRegistry.register(T service)
Registers the local node as providing the specified service.
|
ServiceProviderRegistration<T> |
ServiceProviderRegistry.register(T service,
ServiceProviderRegistration.Listener listener)
Registers the local node as providing the specified service, using the specified listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceProviderRegistration<T>
Simple
ServiceProviderRegistration implementation that delegates
AbstractServiceProviderRegistration.getProviders() back to the factory. |
| Modifier and Type | Method and Description |
|---|---|
ServiceProviderRegistration<T> |
CacheServiceProviderRegistry.register(T service) |
ServiceProviderRegistration<T> |
ServiceProviderRegistrationFactoryAdapter.register(T service)
Registers the local node as providing the specified service.
|
ServiceProviderRegistration<T> |
LocalServiceProviderRegistry.register(T service) |
ServiceProviderRegistration<T> |
CacheServiceProviderRegistry.register(T service,
ServiceProviderRegistration.Listener listener) |
ServiceProviderRegistration<T> |
ServiceProviderRegistrationFactoryAdapter.register(T service,
ServiceProviderRegistration.Listener listener)
Registers the local node as providing the specified service, using the specified listener.
|
ServiceProviderRegistration<T> |
LocalServiceProviderRegistry.register(T service,
ServiceProviderRegistration.Listener listener) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.