Package org.glassfish.batch
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 Summary
Fields Modifier and Type Field Description protected Loggerloggerprotected Stringtargetprotected org.glassfish.internal.api.TargettargetUtil
-
Constructor Summary
Constructors Constructor Description SetBatchRuntimeConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.glassfish.api.admin.AdminCommandContext context)voidvalidateDataSourceLookupName(org.glassfish.api.admin.AdminCommandContext context, String targetName, String dsLookupName)voidvalidateExecutorServiceLookupName(org.glassfish.api.admin.AdminCommandContext context, String targetName, String exeLookupName)
-
-
-
Method Detail
-
execute
public void execute(org.glassfish.api.admin.AdminCommandContext context)
- Specified by:
executein interfaceorg.glassfish.api.admin.AdminCommand
-
validateDataSourceLookupName
public void validateDataSourceLookupName(org.glassfish.api.admin.AdminCommandContext context, String targetName, String dsLookupName)
-
-