Interface ClientThreadPoolResourceRegistration
- All Superinterfaces:
org.jboss.as.controller.Feature,org.jboss.as.controller.ResourceRegistration,ScheduledThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>,ThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
- All Known Implementing Classes:
ClientThreadPool
public interface ClientThreadPoolResourceRegistration
extends ThreadPoolResourceRegistration<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
A resource registration for a thread pool of a remote cache container.
- 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
getPathElementMethods inherited from interface org.jboss.as.clustering.infinispan.subsystem.ScheduledThreadPoolResourceRegistration
getCapability, getKeepAlive, getMinThreads, getServiceDescriptorMethods inherited from interface org.jboss.as.clustering.infinispan.subsystem.ThreadPoolResourceRegistration
getMaxThreads, getQueueLength
-
Method Details
-
getThreadFactory
ThreadFactory getThreadFactory()
-