Package org.glassfish.batch
Class ListBatchJobExecutions
- java.lang.Object
-
- org.glassfish.batch.AbstractListCommand
-
- org.glassfish.batch.AbstractLongListCommand
-
- org.glassfish.batch.ListBatchJobExecutions
-
- All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand
@Service(name="_ListBatchJobExecutions") @PerLookup @CommandLock(NONE) @ExecuteOn(INSTANCE) @TargetType({DAS,CLUSTERED_INSTANCE,STANDALONE_INSTANCE}) public class ListBatchJobExecutions extends AbstractLongListCommandCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionId- Author:
- Mahesh Kannan
-
-
Field Summary
-
Fields inherited from class org.glassfish.batch.AbstractLongListCommand
useLongFormat
-
Fields inherited from class org.glassfish.batch.AbstractListCommand
displayHeaders, header, isTerse, logger, outputHeaderList, outputHeaders, target
-
-
Constructor Summary
Constructors Constructor Description ListBatchJobExecutions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteCommand(org.glassfish.api.admin.AdminCommandContext context, Properties extraProps)protected String[]getAllHeaders()protected String[]getDefaultHeaders()-
Methods inherited from class org.glassfish.batch.AbstractLongListCommand
supportsLongFormat
-
Methods inherited from class org.glassfish.batch.AbstractListCommand
execute, getDisplayHeaders, getJobOperatorFromBatchRuntime, getOutputHeaders, isHeaderRequired
-
-
-
-
Method Detail
-
executeCommand
protected void executeCommand(org.glassfish.api.admin.AdminCommandContext context, Properties extraProps) throws Exception- Specified by:
executeCommandin classAbstractListCommand- Throws:
Exception
-
getAllHeaders
protected final String[] getAllHeaders()
- Specified by:
getAllHeadersin classAbstractListCommand
-
getDefaultHeaders
protected final String[] getDefaultHeaders()
- Specified by:
getDefaultHeadersin classAbstractListCommand
-
-