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
Command
Copyright © 2018 JBoss by Red Hat. All rights reserved.