Package fish.payara.batch
Class CleanJbatchRepository
- java.lang.Object
-
- fish.payara.batch.CleanJbatchRepository
-
- All Implemented Interfaces:
AdminCommand
@Service(name="clean-jbatch-repository") @PerLookup @CommandLock(NONE) @ExecuteOn(INSTANCE) public class CleanJbatchRepository extends Object implements AdminCommand
Cleans the records of job executions from the repository.- Since:
- 5.25.0
- Author:
- jonathan coustick
-
-
Constructor Summary
Constructors Constructor Description CleanJbatchRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext context)Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
-
-
-
Method Detail
-
execute
public void execute(AdminCommandContext context)
Description copied from interface:AdminCommandExecutes 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:
executein interfaceAdminCommand- Parameters:
context- information
-
-