public class SingletonValueCommand<T> extends Object implements SingletonCommand<AtomicReference<T>,T>
| Constructor and Description |
|---|
SingletonValueCommand() |
| Modifier and Type | Method and Description |
|---|---|
AtomicReference<T> |
execute(SingletonContext<T> context)
Execute this command with the specified context.
|
public AtomicReference<T> execute(SingletonContext<T> context)
Commandexecute in interface Command<AtomicReference<T>,SingletonContext<T>>context - the execution contextCopyright © 2014 JBoss by Red Hat. All rights reserved.