Class PurgeJbatchRepository

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="purge-jbatch-repository")
    @PerLookup
    @CommandLock(NONE)
    @ExecuteOn(INSTANCE)
    public class PurgeJbatchRepository
    extends Object
    implements AdminCommand
    Purges the JBatch repository of all history of a specified apptag The default apptag form is server-config:/applicationName_/applicationName
    Since:
    4.1.2.173
    Author:
    jonathan coustick
    • Constructor Detail

      • PurgeJbatchRepository

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