public class StartCommand<T> extends Object implements Command<Void,SingletonContext<T>>
| Constructor and Description |
|---|
StartCommand() |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(SingletonContext<T> context)
Execute this command with the specified context.
|
public Void execute(SingletonContext<T> context) throws Exception
CommandCopyright © 2021 JBoss by Red Hat. All rights reserved.