Class StartInstanceCommand

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="start-instance")
    @CommandLock(NONE)
    @PerLookup
    public class StartInstanceCommand
    extends Object
    implements AdminCommand
    AdminCommand to start the instance server.

    • If this is DAS -- we call the instance
    • If this is an instance we start it
    Author:
    Carla Mott
    • Constructor Detail

      • StartInstanceCommand

        public StartInstanceCommand()
        we have to declare this since HK2 needs it and we have another ctor defined.
    • Method Detail

      • execute

        public void execute​(AdminCommandContext ctx)
        Description copied from interface: AdminCommand
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Specified by:
        execute in interface AdminCommand
        Parameters:
        ctx - information