Uses of Interface
org.wildfly.clustering.singleton.server.DistributedSingletonServiceContext
-
-
Uses of DistributedSingletonServiceContext in org.wildfly.clustering.singleton.server
Classes in org.wildfly.clustering.singleton.server that implement DistributedSingletonServiceContext Modifier and Type Class Description classDistributedSingletonServiceBuilder<T>Deprecated.classDistributedSingletonServiceConfiguratorDistributedSingletonServiceConfiguratorimplementation that uses JBoss MSC 1.4.x service installation.Constructors in org.wildfly.clustering.singleton.server with parameters of type DistributedSingletonServiceContext Constructor Description AbstractDistributedSingletonService(DistributedSingletonServiceContext context, Function<org.jboss.msc.service.ServiceTarget,Lifecycle> primaryLifecycleFactory)DistributedSingletonService(DistributedSingletonServiceContext context, org.jboss.msc.Service service, Consumer<org.wildfly.clustering.singleton.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.
-