Package | Description |
---|---|
org.wildfly.clustering.provider |
Public clustering API for registering services on a group of nodes.
|
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.