@Service(name="set-batch-runtime-configuration")
@PerLookup
@CommandLock(value=NONE)
@ExecuteOn(value=DAS)
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER})
public class SetBatchRuntimeConfiguration
extends Object
implements org.glassfish.api.admin.AdminCommand
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
logger |
protected String |
target |
protected org.glassfish.internal.api.Target |
targetUtil |
| Constructor and Description |
|---|
SetBatchRuntimeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.glassfish.api.admin.AdminCommandContext context) |
void |
validateDataSourceLookupName(org.glassfish.api.admin.AdminCommandContext context,
String targetName,
String dsLookupName) |
void |
validateExecutorServiceLookupName(org.glassfish.api.admin.AdminCommandContext context,
String targetName,
String exeLookupName) |
@Inject protected Logger logger
protected String target
@Inject protected org.glassfish.internal.api.Target targetUtil
public void execute(org.glassfish.api.admin.AdminCommandContext context)
execute in interface org.glassfish.api.admin.AdminCommandpublic void validateDataSourceLookupName(org.glassfish.api.admin.AdminCommandContext context,
String targetName,
String dsLookupName)
Copyright © 2013. All Rights Reserved.