| Package | Description |
|---|---|
| org.wildfly.clustering.server.singleton |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedSingletonServiceBuilder<T>
Deprecated.
|
class |
DistributedSingletonServiceConfigurator
Distributed
SingletonServiceConfigurator implementation that uses JBoss MSC 1.4.x service installation. |
| Constructor and Description |
|---|
AbstractDistributedSingletonService(DistributedSingletonServiceContext context,
Function<org.jboss.msc.service.ServiceTarget,Lifecycle> primaryLifecycleFactory) |
DistributedSingletonService(DistributedSingletonServiceContext context,
org.jboss.msc.Service service,
Consumer<Singleton> singleton,
List<Map.Entry<org.jboss.msc.service.ServiceName[],DeferredInjector<?>>> injectors) |
LegacyDistributedSingletonService(DistributedSingletonServiceContext context,
org.jboss.msc.service.Service<T> primaryService,
org.jboss.msc.service.Service<T> backupService)
Deprecated.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.