Class ListBatchJobExecutionsProxy

java.lang.Object
org.glassfish.batch.AbstractListCommandProxy
org.glassfish.batch.ListBatchJobExecutionsProxy
All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand

@Service(name="list-batch-job-executions") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType({CLUSTER,DAS,STANDALONE_INSTANCE}) public class ListBatchJobExecutionsProxy extends AbstractListCommandProxy
Command to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionId
Author:
Mahesh Kannan
  • Constructor Details

    • ListBatchJobExecutionsProxy

      public ListBatchJobExecutionsProxy()
  • Method Details