Interface ThreadPoolResourceRegistration
- All Superinterfaces:
org.jboss.as.controller.Feature,org.jboss.as.controller.ResourceRegistration,org.wildfly.service.descriptor.ServiceDescriptor<ThreadPoolConfiguration>,org.wildfly.service.descriptor.UnaryServiceDescriptor<ThreadPoolConfiguration>
- All Known Implementing Classes:
ThreadPoolResourceDefinitionRegistrar
public interface ThreadPoolResourceRegistration
extends org.jboss.as.controller.ResourceRegistration, org.wildfly.service.descriptor.UnaryServiceDescriptor<ThreadPoolConfiguration>
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistrationNested classes/interfaces inherited from interface org.wildfly.service.descriptor.UnaryServiceDescriptor
org.wildfly.service.descriptor.UnaryServiceDescriptor.Provider<T extends Object> -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.AttributeDefinitionorg.jboss.as.controller.AttributeDefinitiondefault StringgetName()default Class<ThreadPoolConfiguration>getType()Methods inherited from interface org.jboss.as.controller.Feature
getStabilityMethods inherited from interface org.jboss.as.controller.ResourceRegistration
getPathElementMethods inherited from interface org.wildfly.service.descriptor.UnaryServiceDescriptor
asType, resolve
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.wildfly.service.descriptor.ServiceDescriptor<ThreadPoolConfiguration>
-
getType
- Specified by:
getTypein interfaceorg.wildfly.service.descriptor.ServiceDescriptor<ThreadPoolConfiguration>
-
getMinThreads
org.jboss.as.controller.AttributeDefinition getMinThreads() -
getMaxThreads
org.jboss.as.controller.AttributeDefinition getMaxThreads() -
getKeepAlive
DurationAttributeDefinition getKeepAlive()
-