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)
Command
execute
in interface Command<AtomicReference<T>,SingletonContext<T>>
context
- the execution contextCopyright © 2016 JBoss by Red Hat. All rights reserved.