Package org.glassfish.batch
Class ListBatchJobExecutionsProxy
- java.lang.Object
-
- org.glassfish.batch.AbstractListCommandProxy
-
- org.glassfish.batch.ListBatchJobExecutionsProxy
-
- All Implemented Interfaces:
AdminCommand
@Service(name="list-batch-job-executions") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class ListBatchJobExecutionsProxy extends AbstractListCommandProxy
Command to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionId- Author:
- Mahesh Kannan
-
-
Field Summary
-
Fields inherited from class org.glassfish.batch.AbstractListCommandProxy
commandsExitCode, header, isTerse, logger, outputHeaderList, serviceLocator, target, targetUtil, useLongFormat
-
-
Constructor Summary
Constructors Constructor Description ListBatchJobExecutionsProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfillParameterMap(ParameterMap parameterMap)protected StringgetCommandName()protected voidpostInvoke(AdminCommandContext context, ActionReport subReport)protected booleanpreInvoke(AdminCommandContext ctx, ActionReport subReport)-
Methods inherited from class org.glassfish.batch.AbstractListCommandProxy
execute, isLongNumber
-
-
-
-
Method Detail
-
getCommandName
protected String getCommandName()
- Specified by:
getCommandNamein classAbstractListCommandProxy
-
preInvoke
protected boolean preInvoke(AdminCommandContext ctx, ActionReport subReport)
- Overrides:
preInvokein classAbstractListCommandProxy
-
fillParameterMap
protected void fillParameterMap(ParameterMap parameterMap)
- Overrides:
fillParameterMapin classAbstractListCommandProxy
-
postInvoke
protected void postInvoke(AdminCommandContext context, ActionReport subReport)
- Specified by:
postInvokein classAbstractListCommandProxy
-
-