@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)
AdminCommandexecute in interface AdminCommandctx - informationCopyright © 2017. All rights reserved.