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