Uses of Interface
org.wildfly.clustering.singleton.server.SingletonServiceContext
-
Uses of SingletonServiceContext in org.wildfly.clustering.singleton.server
Subinterfaces of SingletonServiceContext in org.wildfly.clustering.singleton.serverClasses in org.wildfly.clustering.singleton.server that implement SingletonServiceContextConstructors in org.wildfly.clustering.singleton.server with parameters of type SingletonServiceContextModifierConstructorDescriptionAbstractSingletonContext(SingletonServiceContext context, S service) AbstractSingletonService(SingletonServiceContext context, Function<org.jboss.msc.service.ServiceTarget, S> serviceFactory, BiFunction<SingletonServiceContext, S, SingletonContextRegistration<C>> contextFactory, Consumer<Singleton> singleton) DefaultSingletonContext(SingletonServiceContext context, org.wildfly.clustering.server.manager.Service service) DistributedSingletonService(SingletonServiceContext context, Function<org.jboss.msc.service.ServiceTarget, org.jboss.msc.service.ServiceBuilder<?>> builderFactory, List<Map.Entry<org.jboss.msc.service.ServiceName[], Consumer<Consumer<?>>>> injectors, Consumer<Singleton> singleton) LegacyDistributedSingletonContext(SingletonServiceContext context, ServiceValue<T> primaryLifecycle) Deprecated.LegacyDistributedSingletonService(SingletonServiceContext context, org.jboss.msc.service.Service<T> primaryService, org.jboss.msc.service.Service<T> backupService, Consumer<Singleton> singleton) Deprecated.Constructor parameters in org.wildfly.clustering.singleton.server with type arguments of type SingletonServiceContextModifierConstructorDescriptionAbstractSingletonService(SingletonServiceContext context, Function<org.jboss.msc.service.ServiceTarget, S> serviceFactory, BiFunction<SingletonServiceContext, S, SingletonContextRegistration<C>> contextFactory, Consumer<Singleton> singleton)