Package org.glassfish.batch
Class ListBatchRuntimeConfiguration
- java.lang.Object
-
- org.glassfish.batch.AbstractListCommand
-
- org.glassfish.batch.ListBatchRuntimeConfiguration
-
- All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand
@Service(name="list-batch-runtime-configuration") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER}) public class ListBatchRuntimeConfiguration extends AbstractListCommandCommand to list batch jobs info- Author:
- Mahesh Kannan
-
-
Field Summary
Fields Modifier and Type Field Description protected org.glassfish.internal.api.TargettargetUtil-
Fields inherited from class org.glassfish.batch.AbstractListCommand
displayHeaders, header, isTerse, logger, outputHeaderList, outputHeaders, target
-
-
Constructor Summary
Constructors Constructor Description ListBatchRuntimeConfiguration()
-
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.AbstractListCommand
execute, getDisplayHeaders, getJobOperatorFromBatchRuntime, getOutputHeaders, isHeaderRequired, supportsLongFormat
-
-
-
-
Method Detail
-
executeCommand
protected void executeCommand(org.glassfish.api.admin.AdminCommandContext context, Properties extraProps)- Specified by:
executeCommandin classAbstractListCommand
-
getAllHeaders
protected final String[] getAllHeaders()
- Specified by:
getAllHeadersin classAbstractListCommand
-
getDefaultHeaders
protected final String[] getDefaultHeaders()
- Specified by:
getDefaultHeadersin classAbstractListCommand
-
-