| Package | Description |
|---|---|
| org.wildfly.clustering.server.singleton |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedSingletonService<T>
Decorates an MSC service ensuring that it is only started on one node in the cluster at any given time.
|
| Modifier and Type | Method and Description |
|---|---|
CommandDispatcher<SingletonContext<T>> |
PrimaryProxyContext.getCommandDispatcher() |
CommandDispatcher<SingletonContext<T>> |
DistributedSingletonService.getCommandDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SingletonValueCommand.execute(SingletonContext<T> context) |
Void |
StopCommand.execute(SingletonContext<T> context) |
Void |
StartCommand.execute(SingletonContext<T> context) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.