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 DistributedSingletonServiceContextModifier and TypeClassDescriptionclassDeprecated.classDistributedSingletonServiceConfiguratorimplementation that uses JBoss MSC 1.4.x service installation.Constructors in org.wildfly.clustering.singleton.server with parameters of type DistributedSingletonServiceContextModifierConstructorDescriptionAbstractDistributedSingletonService(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.