Package | Description |
---|---|
org.wildfly.clustering.server.singleton |
Modifier and Type | Class and Description |
---|---|
class |
CacheSingletonServiceBuilder<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 |
---|---|
Void |
StartCommand.execute(SingletonContext<T> context) |
AtomicReference<T> |
SingletonValueCommand.execute(SingletonContext<T> context) |
Void |
StopCommand.execute(SingletonContext<T> context) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.