Package org.glassfish.batch
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 AbstractListCommandProxyCommand 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(org.glassfish.api.admin.ParameterMap parameterMap)protected StringgetCommandName()protected voidpostInvoke(org.glassfish.api.admin.AdminCommandContext context, org.glassfish.api.ActionReport subReport)protected booleanpreInvoke(org.glassfish.api.admin.AdminCommandContext ctx, org.glassfish.api.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(org.glassfish.api.admin.AdminCommandContext ctx, org.glassfish.api.ActionReport subReport)- Overrides:
preInvokein classAbstractListCommandProxy
-
fillParameterMap
protected void fillParameterMap(org.glassfish.api.admin.ParameterMap parameterMap)
- Overrides:
fillParameterMapin classAbstractListCommandProxy
-
postInvoke
protected void postInvoke(org.glassfish.api.admin.AdminCommandContext context, org.glassfish.api.ActionReport subReport)- Specified by:
postInvokein classAbstractListCommandProxy
-
-