Class 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 Detail

      • logger

        @Inject
        protected Logger logger
      • target

        protected String target
      • targetUtil

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

      • SetBatchRuntimeConfiguration

        public SetBatchRuntimeConfiguration()
    • Method Detail

      • 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)