Package org.jboss.as.threads
Class ThreadFactoryService
java.lang.Object
org.jboss.as.threads.ThreadFactoryService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<ThreadFactory>,org.jboss.msc.value.Value<ThreadFactory>
public final class ThreadFactoryService
extends Object
implements org.jboss.msc.service.Service<ThreadFactory>
- Author:
- David M. Lloyd
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()voidsetNamePattern(String namePattern) voidsetPriority(Integer priority) voidsetThreadGroupName(String threadGroupName) voidstart(org.jboss.msc.service.StartContext context) voidstop(org.jboss.msc.service.StopContext context)
-
Constructor Details
-
ThreadFactoryService
public ThreadFactoryService()
-
-
Method Details
-
getThreadGroupName
-
setThreadGroupName
-
getPriority
-
setPriority
-
getNamePattern
-
setNamePattern
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<ThreadFactory>- Throws:
IllegalStateException
-