public final class ThreadFactoryService extends Object implements org.jboss.msc.service.Service<ThreadFactory>
Constructor and Description |
---|
ThreadFactoryService() |
Modifier and Type | Method and Description |
---|---|
String |
getNamePattern() |
Integer |
getPriority() |
String |
getThreadGroupName() |
ThreadFactory |
getValue() |
void |
setNamePattern(String namePattern) |
void |
setPriority(Integer priority) |
void |
setThreadGroupName(String threadGroupName) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public String getThreadGroupName()
public void setThreadGroupName(String threadGroupName)
public Integer getPriority()
public void setPriority(Integer priority)
public String getNamePattern()
public void setNamePattern(String namePattern)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<ThreadFactory>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<ThreadFactory>
public ThreadFactory getValue() throws IllegalStateException
getValue
in interface org.jboss.msc.value.Value<ThreadFactory>
IllegalStateException
Copyright © 2023 JBoss by Red Hat. All rights reserved.