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