Interface ThreadPoolResourceRegistration<C>
- All Superinterfaces:
org.jboss.as.controller.Feature,org.jboss.as.controller.ResourceRegistration,ScheduledThreadPoolResourceRegistration<C>
- All Known Subinterfaces:
ClientThreadPoolResourceRegistration
- All Known Implementing Classes:
ClientThreadPool,ThreadPool
public interface ThreadPoolResourceRegistration<C>
extends ScheduledThreadPoolResourceRegistration<C>
A resource registration for a thread pool.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.AttributeDefinitionorg.jboss.as.controller.AttributeDefinitionMethods inherited from interface org.jboss.as.controller.Feature
getStabilityMethods inherited from interface org.jboss.as.controller.ResourceRegistration
getPathElementMethods inherited from interface org.jboss.as.clustering.infinispan.subsystem.ScheduledThreadPoolResourceRegistration
getCapability, getKeepAlive, getMinThreads, getServiceDescriptor
-
Method Details
-
getMaxThreads
org.jboss.as.controller.AttributeDefinition getMaxThreads() -
getQueueLength
org.jboss.as.controller.AttributeDefinition getQueueLength()
-