Uses of Interface
org.wildfly.clustering.singleton.server.Lifecycle
-
-
Uses of Lifecycle in org.wildfly.clustering.singleton.server
Subinterfaces of Lifecycle in org.wildfly.clustering.singleton.server Modifier and Type Interface Description interfaceLegacySingletonContext<T>Context for singleton commands.interfaceSingletonContextClasses in org.wildfly.clustering.singleton.server that implement Lifecycle Modifier and Type Class Description classAbstractDistributedSingletonService<C extends SingletonContext>Logic common to current and legacySingletonServiceimplementations.classDistributedSingletonServiceDistributedSingletonServiceimplementation that uses JBoss MSC 1.4.x service installation.classLegacyDistributedSingletonService<T>Deprecated.classServiceLifecycleStarts/stops a givenServiceController.Methods in org.wildfly.clustering.singleton.server with parameters of type Lifecycle Modifier and Type Method Description VoidStartCommand. execute(Lifecycle context)VoidStopCommand. execute(Lifecycle context)Constructor parameters in org.wildfly.clustering.singleton.server with type arguments of type Lifecycle Constructor Description AbstractDistributedSingletonService(DistributedSingletonServiceContext context, Function<org.jboss.msc.service.ServiceTarget,Lifecycle> primaryLifecycleFactory)
-