Class ThreadPoolFactoryServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.jgroups.subsystem.QueuelessThreadPoolFactory
-
- org.jboss.as.clustering.jgroups.subsystem.ThreadPoolFactoryServiceConfigurator
-
- All Implemented Interfaces:
Function<ThreadFactory,Executor>,ResourceServiceConfigurator,ThreadPoolConfiguration,ThreadPoolFactory,ServiceConfigurator,ServiceNameProvider
public class ThreadPoolFactoryServiceConfigurator extends QueuelessThreadPoolFactory implements ResourceServiceConfigurator
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ThreadPoolFactoryServiceConfigurator(ThreadPoolDefinition definition, org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)org.jboss.msc.service.ServiceNamegetServiceName()-
Methods inherited from class org.jboss.as.clustering.jgroups.subsystem.QueuelessThreadPoolFactory
apply, getKeepAliveTime, getMaxThreads, getMinThreads, setKeepAliveTime, setMaxThreads, setMinThreads
-
-
-
-
Constructor Detail
-
ThreadPoolFactoryServiceConfigurator
public ThreadPoolFactoryServiceConfigurator(ThreadPoolDefinition definition, org.jboss.as.controller.PathAddress address)
-
-
Method Detail
-
getServiceName
public org.jboss.msc.service.ServiceName getServiceName()
- Specified by:
getServiceNamein interfaceServiceNameProvider
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
- Specified by:
configurein interfaceResourceServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
-