Class DeleteInstanceCommand

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="delete-instance")
    @PerLookup
    @ExecuteOn(DAS)
    public class DeleteInstanceCommand
    extends Object
    implements AdminCommand
    Remote AdminCommand to delete an instance. This command is run only on DAS.
    Author:
    Jennifer Chou
    • Constructor Detail

      • DeleteInstanceCommand

        public DeleteInstanceCommand()
    • 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