Package org.jboss.as.threads
Class ThreadsServices
java.lang.Object
org.jboss.as.threads.ThreadsServices
Utilities related to threa management services.
- Author:
- David M. Lloyd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.msc.service.ServiceNamestatic final org.jboss.msc.service.ServiceNamestatic final HandoffExecutorResolverStandard implementation ofHandoffExecutorResolver-- aHandoffExecutorResolver.SimpleResolverwith a base service name ofEXECUTOR.static final ThreadFactoryResolverStandard implementation ofThreadFactoryResolver-- aThreadFactoryResolver.SimpleResolverwith a base service name ofEXECUTOR.static final org.jboss.msc.service.ServiceName -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeCapability<Void>createCapability(String type, Class<?> serviceValueType) static StringgetCapabilityBaseName(String type) static HandoffExecutorResolverstatic ThreadFactoryResolverstatic org.jboss.msc.service.ServiceNamethreadFactoryName(String name)
-
Field Details
-
THREAD
public static final org.jboss.msc.service.ServiceName THREAD -
FACTORY
public static final org.jboss.msc.service.ServiceName FACTORY -
EXECUTOR
public static final org.jboss.msc.service.ServiceName EXECUTOR -
STANDARD_HANDOFF_EXECUTOR_RESOLVER
Standard implementation ofHandoffExecutorResolver-- aHandoffExecutorResolver.SimpleResolverwith a base service name ofEXECUTOR. -
STANDARD_THREAD_FACTORY_RESOLVER
Standard implementation ofThreadFactoryResolver-- aThreadFactoryResolver.SimpleResolverwith a base service name ofEXECUTOR.
-
-
Method Details
-
getThreadFactoryResolver
-
getHandoffExecutorResolver
-
threadFactoryName
-
createCapability
-
getCapabilityBaseName
-