Package | Description |
---|---|
org.wildfly.clustering.provider |
Public clustering API for registering services on a group of nodes.
|
org.wildfly.clustering.server.provider | |
org.wildfly.clustering.server.singleton |
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,
ServiceProviderRegistration.Listener listener)
Registers the local node as providing the specified service, using the specified listener.
|
Modifier and Type | Method and Description |
---|---|
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) |
ServiceProviderRegistration<T> |
CacheServiceProviderRegistry.register(T service,
ServiceProviderRegistration.Listener listener) |
Modifier and Type | Class and Description |
---|---|
class |
CacheSingletonServiceBuilder<T>
Decorates an MSC service ensuring that it is only started on one node in the cluster at any given time.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.