public enum ScheduledThreadPoolResourceDefinition extends Enum<ScheduledThreadPoolResourceDefinition> implements org.jboss.as.clustering.controller.ResourceDefinitionProvider, ScheduledThreadPoolDefinition, org.jboss.as.clustering.controller.ResourceServiceConfiguratorFactory
KnownComponentNames and org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory#create(int, int)
for the hardcoded Infinispan default values.| Enum Constant and Description |
|---|
EXPIRATION |
| Modifier and Type | Method and Description |
|---|---|
void |
buildTransformation(org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder parent,
org.jboss.as.controller.ModelVersion version) |
org.jboss.as.clustering.controller.ResourceServiceConfigurator |
createServiceConfigurator(org.jboss.as.controller.PathAddress address) |
org.jboss.as.clustering.controller.Attribute |
getKeepAliveTime() |
org.jboss.as.clustering.controller.Attribute |
getMinThreads() |
org.jboss.as.controller.PathElement |
getPathElement() |
org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.PathAddress containerAddress) |
void |
register(org.jboss.as.controller.registry.ManagementResourceRegistration parent) |
static ScheduledThreadPoolResourceDefinition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledThreadPoolResourceDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduledThreadPoolResourceDefinition EXPIRATION
public static ScheduledThreadPoolResourceDefinition[] values()
for (ScheduledThreadPoolResourceDefinition c : ScheduledThreadPoolResourceDefinition.values()) System.out.println(c);
public static ScheduledThreadPoolResourceDefinition valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void register(org.jboss.as.controller.registry.ManagementResourceRegistration parent)
register in interface org.jboss.as.clustering.controller.Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>public org.jboss.as.clustering.controller.ResourceServiceConfigurator createServiceConfigurator(org.jboss.as.controller.PathAddress address)
createServiceConfigurator in interface org.jboss.as.clustering.controller.ResourceServiceConfiguratorFactorypublic org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.PathAddress containerAddress)
getServiceName in interface org.jboss.as.clustering.controller.ResourceServiceNameFactorypublic org.jboss.as.clustering.controller.Attribute getMinThreads()
getMinThreads in interface ScheduledThreadPoolDefinitionpublic org.jboss.as.clustering.controller.Attribute getKeepAliveTime()
getKeepAliveTime in interface ScheduledThreadPoolDefinitionpublic org.jboss.as.controller.PathElement getPathElement()
getPathElement in interface org.jboss.as.clustering.controller.ResourceDefinitionProviderpublic void buildTransformation(org.jboss.as.controller.transform.description.ResourceTransformationDescriptionBuilder parent,
org.jboss.as.controller.ModelVersion version)
buildTransformation in interface org.jboss.as.clustering.controller.ResourceDefinitionProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.