Package org.glassfish.concurrent.config
Interface ManagedScheduledExecutorService
-
- All Superinterfaces:
com.sun.enterprise.config.serverbeans.BindableResource,ConcurrencyResource,org.jvnet.hk2.config.ConfigBeanProxy,ManagedExecutorServiceBase,jakarta.validation.Payload,org.jvnet.hk2.config.types.PropertyBag,com.sun.enterprise.config.serverbeans.Resource
@ResourceConfigCreator(commandName="create-managed-scheduled-executor-service") @ResourceTypeOrder(deploymentOrder=MANAGED_SCHEDULED_EXECUTOR_SERVICE) @ReferenceConstraint(skipDuringCreation=true, payload=ManagedScheduledExecutorService.class) @UniqueResourceNameConstraint(message="{resourcename.isnot.unique}", payload=ManagedScheduledExecutorService.class) public interface ManagedScheduledExecutorService extends org.jvnet.hk2.config.ConfigBeanProxy, com.sun.enterprise.config.serverbeans.Resource, com.sun.enterprise.config.serverbeans.BindableResource, jakarta.validation.Payload, ConcurrencyResource, ManagedExecutorServiceBaseConcurrency managed scheduled executor service resource definition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classManagedScheduledExecutorService.Duckstatic classManagedScheduledExecutorService.ManagedScheduledExecutorServiceConfigActivator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentity()-
Methods inherited from interface com.sun.enterprise.config.serverbeans.BindableResource
getEnabled, getJndiName, setEnabled, setJndiName
-
Methods inherited from interface org.glassfish.concurrent.config.ConcurrencyResource
getContextInfo, getContextInfoEnabled, getDescription, getProperty, setContextInfo, setContextInfoEnabled, setDescription
-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Methods inherited from interface org.glassfish.concurrent.config.ManagedExecutorServiceBase
getCorePoolSize, getHungAfterSeconds, getHungLoggerInitialDelaySeconds, getHungLoggerIntervalSeconds, getHungLoggerPrintOnce, getKeepAliveSeconds, getLongRunningTasks, getThreadLifetimeSeconds, getThreadPriority, setCorePoolSize, setHungAfterSeconds, setHungLoggerInitialDelaySeconds, setHungLoggerIntervalSeconds, setHungLoggerPrintOnce, setKeepAliveSeconds, setLongRunningTasks, setThreadLifetimeSeconds, setThreadPriority
-
-
-
-
Method Detail
-
getIdentity
@DuckTyped String getIdentity()
- Specified by:
getIdentityin interfacecom.sun.enterprise.config.serverbeans.BindableResource- Specified by:
getIdentityin interfacecom.sun.enterprise.config.serverbeans.Resource
-
-