Class ListInstancesCommand

  • All Implemented Interfaces:
    AdminCommand

    @ExecuteOn(DAS)
    @Service(name="list-instances")
    @CommandLock(NONE)
    @PerLookup
    public class ListInstancesCommand
    extends Object
    implements AdminCommand
    AdminCommand to list all instances and their states This is so clumsy & hard to remember I leave it here as a comment:
    Author:
    Byron Nevins
    • Constructor Detail

      • ListInstancesCommand

        public ListInstancesCommand()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext context)
        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:
        context - information