Class ListBatchJobsProxy

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

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