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 |
---|---|
ServiceProviderRegistration |
ServiceProviderRegistrationFactory.createRegistration(Object service,
ServiceProviderRegistration.Listener listener)
Registers the local node as providing the specified service, using the specified listener.
|
Modifier and Type | Method and Description |
---|---|
ServiceProviderRegistration |
ServiceProviderRegistrationFactoryService.createRegistration(Object service,
ServiceProviderRegistration.Listener listener) |
Modifier and Type | Class and Description |
---|---|
class |
SingletonService<T extends Serializable>
Decorates an MSC service ensuring that it is only started on one node in the cluster at any given time.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.