public abstract class ManagedExecutorServiceBaseManager extends Object implements org.glassfish.resources.admin.cli.ResourceManager
| Modifier and Type | Field and Description |
|---|---|
protected String |
contextInfo |
protected String |
contextInfoEnabled |
protected String |
corePoolSize |
protected String |
description |
protected static String |
DESCRIPTION |
protected String |
enabled |
protected String |
enabledValueForTarget |
protected org.glassfish.api.admin.ServerEnvironment |
environment |
protected String |
hungAfterSeconds |
protected String |
jndiName |
protected String |
keepAliveSeconds |
protected static com.sun.enterprise.util.LocalStringManagerImpl |
localStrings |
protected String |
longRunningTasks |
protected org.glassfish.resourcebase.resources.util.BindableResourcesHelper |
resourcesHelper |
protected org.glassfish.resourcebase.resources.admin.cli.ResourceUtil |
resourceUtil |
protected String |
threadLifetimeSeconds |
protected String |
threadPriority |
| Constructor and Description |
|---|
ManagedExecutorServiceBaseManager() |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.resourcebase.resources.api.ResourceStatus |
create(com.sun.enterprise.config.serverbeans.Resources resources,
HashMap attributes,
Properties properties,
String target) |
com.sun.enterprise.config.serverbeans.Resource |
createConfigBean(com.sun.enterprise.config.serverbeans.Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
protected abstract org.glassfish.concurrent.config.ManagedExecutorServiceBase |
createConfigBean(com.sun.enterprise.config.serverbeans.Resources param,
Properties properties) |
protected org.glassfish.concurrent.config.ManagedExecutorServiceBase |
createResource(com.sun.enterprise.config.serverbeans.Resources param,
Properties properties) |
org.glassfish.resourcebase.resources.api.ResourceStatus |
delete(com.sun.enterprise.config.serverbeans.Resources resources,
String jndiName,
String target) |
abstract String |
getResourceType() |
protected org.glassfish.resourcebase.resources.api.ResourceStatus |
isValid(com.sun.enterprise.config.serverbeans.Resources resources,
boolean validateResourceRef,
String target) |
protected void |
setAttributes(HashMap attributes,
String target) |
protected void |
setAttributesOnConfigBean(org.glassfish.concurrent.config.ManagedExecutorServiceBase managedExecutorService,
Properties properties) |
protected static final com.sun.enterprise.util.LocalStringManagerImpl localStrings
protected static final String DESCRIPTION
protected String jndiName
protected String description
protected String threadPriority
protected String contextInfoEnabled
protected String contextInfo
protected String longRunningTasks
protected String hungAfterSeconds
protected String corePoolSize
protected String keepAliveSeconds
protected String threadLifetimeSeconds
protected String enabled
protected String enabledValueForTarget
@Inject protected org.glassfish.resourcebase.resources.admin.cli.ResourceUtil resourceUtil
@Inject protected org.glassfish.api.admin.ServerEnvironment environment
@Inject protected org.glassfish.resourcebase.resources.util.BindableResourcesHelper resourcesHelper
public abstract String getResourceType()
getResourceType in interface org.glassfish.resources.admin.cli.ResourceManagerpublic org.glassfish.resourcebase.resources.api.ResourceStatus create(com.sun.enterprise.config.serverbeans.Resources resources,
HashMap attributes,
Properties properties,
String target)
throws Exception
create in interface org.glassfish.resources.admin.cli.ResourceManagerExceptionprotected org.glassfish.resourcebase.resources.api.ResourceStatus isValid(com.sun.enterprise.config.serverbeans.Resources resources,
boolean validateResourceRef,
String target)
protected org.glassfish.concurrent.config.ManagedExecutorServiceBase createResource(com.sun.enterprise.config.serverbeans.Resources param,
Properties properties)
throws PropertyVetoException,
org.jvnet.hk2.config.TransactionFailure
PropertyVetoExceptionorg.jvnet.hk2.config.TransactionFailureprotected abstract org.glassfish.concurrent.config.ManagedExecutorServiceBase createConfigBean(com.sun.enterprise.config.serverbeans.Resources param,
Properties properties)
throws PropertyVetoException,
org.jvnet.hk2.config.TransactionFailure
PropertyVetoExceptionorg.jvnet.hk2.config.TransactionFailureprotected void setAttributesOnConfigBean(org.glassfish.concurrent.config.ManagedExecutorServiceBase managedExecutorService,
Properties properties)
throws PropertyVetoException,
org.jvnet.hk2.config.TransactionFailure
PropertyVetoExceptionorg.jvnet.hk2.config.TransactionFailurepublic com.sun.enterprise.config.serverbeans.Resource createConfigBean(com.sun.enterprise.config.serverbeans.Resources resources,
HashMap attributes,
Properties properties,
boolean validate)
throws Exception
createConfigBean in interface org.glassfish.resources.admin.cli.ResourceManagerExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.