Package org.apache.activemq.thread
Class DefaultThreadPools
- java.lang.Object
-
- org.apache.activemq.thread.DefaultThreadPools
-
@Deprecated public final class DefaultThreadPools extends Object
Deprecated.do not use this class. Instead useTaskRunnerFactory
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TaskRunnerFactory
getDefaultTaskRunnerFactory()
Deprecated.static void
shutdown()
Deprecated.Useful to cleanup when it is known that all brokers and connections are close and stopped, eg: when un deploying from web container.
-
-
-
Method Detail
-
getDefaultTaskRunnerFactory
@Deprecated public static TaskRunnerFactory getDefaultTaskRunnerFactory()
Deprecated.
-
shutdown
public static void shutdown()
Deprecated.Useful to cleanup when it is known that all brokers and connections are close and stopped, eg: when un deploying from web container.
-
-