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, ManagedExecutorServiceBase
Concurrency managed scheduled executor service resource definition.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Field Summary
Fields inherited from interface com.sun.enterprise.config.serverbeans.BindableResource
PATTERN_JNDIFields inherited from interface com.sun.enterprise.config.serverbeans.Resource
OBJECT_TYPES -
Method Summary
Methods inherited from interface com.sun.enterprise.config.serverbeans.BindableResource
getEnabled, getJndiName, setEnabled, setJndiNameMethods inherited from interface org.glassfish.concurrent.config.ConcurrencyResource
getContextInfo, getContextInfoEnabled, getDescription, getProperty, setContextInfo, setContextInfoEnabled, setDescriptionMethods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParentMethods inherited from interface org.glassfish.concurrent.config.ManagedExecutorServiceBase
getContext, getCorePoolSize, getHungAfterSeconds, getHungLoggerInitialDelaySeconds, getHungLoggerIntervalSeconds, getHungLoggerPrintOnce, getKeepAliveSeconds, getLongRunningTasks, getThreadLifetimeSeconds, getThreadPriority, setContext, setCorePoolSize, setHungAfterSeconds, setHungLoggerInitialDelaySeconds, setHungLoggerIntervalSeconds, setHungLoggerPrintOnce, setKeepAliveSeconds, setLongRunningTasks, setThreadLifetimeSeconds, setThreadPriorityMethods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertyMethods inherited from interface com.sun.enterprise.config.serverbeans.Resource
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
-
Method Details
-
getIdentity
- Specified by:
getIdentityin interfacecom.sun.enterprise.config.serverbeans.BindableResource- Specified by:
getIdentityin interfacecom.sun.enterprise.config.serverbeans.Resource
-