Class SetBatchRuntimeConfiguration

java.lang.Object
org.glassfish.batch.SetBatchRuntimeConfiguration
All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand

@Service(name="set-batch-runtime-configuration") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER}) public class SetBatchRuntimeConfiguration extends Object implements org.glassfish.api.admin.AdminCommand
Author:
Mahesh Kannan
  • Field Details

    • logger

      @Inject protected Logger logger
    • target

      protected String target
    • targetUtil

      @Inject protected org.glassfish.internal.api.Target targetUtil
  • Constructor Details

    • SetBatchRuntimeConfiguration

      public SetBatchRuntimeConfiguration()
  • Method Details

    • execute

      public void execute(org.glassfish.api.admin.AdminCommandContext context)
      Specified by:
      execute in interface org.glassfish.api.admin.AdminCommand
    • validateDataSourceLookupName

      public void validateDataSourceLookupName(org.glassfish.api.admin.AdminCommandContext context, String targetName, String dsLookupName)
    • validateExecutorServiceLookupName

      public void validateExecutorServiceLookupName(org.glassfish.api.admin.AdminCommandContext context, String targetName, String exeLookupName)