Interface ScheduledThreadPoolResourceRegistration<C>
- All Superinterfaces:
org.jboss.as.controller.Feature,org.jboss.as.controller.ResourceRegistration
- All Known Subinterfaces:
ClientThreadPoolResourceRegistration,ThreadPoolResourceRegistration<C>
- All Known Implementing Classes:
ClientThreadPool,ScheduledThreadPool,ThreadPool
public interface ScheduledThreadPoolResourceRegistration<C>
extends org.jboss.as.controller.ResourceRegistration
A resource registration for a scheduled 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
Methods inherited from interface org.jboss.as.controller.Feature
getStabilityMethods inherited from interface org.jboss.as.controller.ResourceRegistration
getPathElement
-
Method Details
-
getServiceDescriptor
org.wildfly.service.descriptor.ServiceDescriptor<C> getServiceDescriptor() -
getCapability
org.jboss.as.controller.capability.RuntimeCapability<Void> getCapability() -
getMinThreads
org.jboss.as.controller.AttributeDefinition getMinThreads() -
getKeepAlive
DurationAttributeDefinition getKeepAlive()
-