| Package | Description |
|---|---|
| org.wildfly.clustering.server.singleton |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LegacySingletonContext<T>
Context for singleton commands.
|
interface |
SingletonContext |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDistributedSingletonService<C extends SingletonContext>
Logic common to current and legacy
SingletonService implementations. |
class |
DistributedSingletonService
Distributed
SingletonService implementation that uses JBoss MSC 1.4.x service installation. |
class |
LegacyDistributedSingletonService<T>
Deprecated.
|
class |
ServiceLifecycle
Starts/stops a given
ServiceController. |
| Modifier and Type | Method and Description |
|---|---|
Void |
StopCommand.execute(Lifecycle context) |
Void |
StartCommand.execute(Lifecycle context) |
| Constructor and Description |
|---|
AbstractDistributedSingletonService(DistributedSingletonServiceContext context,
Function<org.jboss.msc.service.ServiceTarget,Lifecycle> primaryLifecycleFactory) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.