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 AbstractListCommand
Command to list batch jobs info
- Author:
- Mahesh Kannan
-
Field Summary
FieldsFields inherited from class org.glassfish.batch.AbstractListCommand
displayHeaders, header, isTerse, logger, outputHeaderList, outputHeaders, target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteCommand(org.glassfish.api.admin.AdminCommandContext context, Properties extraProps) protected final String[]protected final String[]Methods inherited from class org.glassfish.batch.AbstractListCommand
execute, getDisplayHeaders, getJobOperatorFromBatchRuntime, getOutputHeaders, isHeaderRequired, supportsLongFormat
-
Field Details
-
targetUtil
@Inject protected org.glassfish.internal.api.Target targetUtil
-
-
Constructor Details
-
ListBatchRuntimeConfiguration
public ListBatchRuntimeConfiguration()
-
-
Method Details
-
executeCommand
protected void executeCommand(org.glassfish.api.admin.AdminCommandContext context, Properties extraProps) - Specified by:
executeCommandin classAbstractListCommand
-
getAllHeaders
- Specified by:
getAllHeadersin classAbstractListCommand
-
getDefaultHeaders
- Specified by:
getDefaultHeadersin classAbstractListCommand
-