@Service(name="start-instance") @CommandLock(value=NONE) @PerLookup public class StartInstanceCommand extends Object implements AdminCommand
Constructor and Description |
---|
StartInstanceCommand()
we have to declare this since HK2 needs it and we have another ctor
defined.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(AdminCommandContext ctx)
Executes the command with the command parameters passed as Properties
where the keys are the parameter names and the values are the parameter values
|
public StartInstanceCommand()
public void execute(AdminCommandContext ctx)
AdminCommand
execute
in interface AdminCommand
ctx
- informationCopyright © 2021. All rights reserved.