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 Type
    Method
    Description
    org.jboss.as.controller.AttributeDefinition
     
    org.jboss.as.controller.AttributeDefinition
     

    Methods inherited from interface org.jboss.as.controller.Feature

    getStability

    Methods inherited from interface org.jboss.as.controller.ResourceRegistration

    getPathElement

    Methods 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()