| Package | Description |
|---|---|
| org.wildfly.clustering.server.singleton |
| Modifier and Type | Class and Description |
|---|---|
class |
SingletonService<T extends Serializable>
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 |
StopSingletonCommand.execute(SingletonContext<T> context) |
AtomicReference<T> |
SingletonValueCommand.execute(SingletonContext<T> context) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.