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
  • Constructor Details

    • ThreadFactoryService

      public ThreadFactoryService()
  • Method Details

    • getThreadGroupName

      public String getThreadGroupName()
    • setThreadGroupName

      public void setThreadGroupName(String threadGroupName)
    • getPriority

      public Integer getPriority()
    • setPriority

      public void setPriority(Integer priority)
    • getNamePattern

      public String getNamePattern()
    • setNamePattern

      public void setNamePattern(String namePattern)
    • start

      public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      public ThreadFactory getValue() throws IllegalStateException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<ThreadFactory>
      Throws:
      IllegalStateException