Package com.rabbitmq.client.impl
Class Environment
- java.lang.Object
-
- com.rabbitmq.client.impl.Environment
-
public class Environment extends Object
Infers information about the execution environment, e.g. security permissions. Package-protected API.
-
-
Constructor Summary
Constructors Constructor Description Environment()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isAllowedToModifyThreads()
static Thread
newThread(ThreadFactory factory, Runnable runnable, String name)
static Thread
newThread(ThreadFactory factory, Runnable runnable, String name, boolean isDaemon)
-
-
-
Method Detail
-
isAllowedToModifyThreads
public static boolean isAllowedToModifyThreads()
-
newThread
public static Thread newThread(ThreadFactory factory, Runnable runnable, String name)
-
newThread
public static Thread newThread(ThreadFactory factory, Runnable runnable, String name, boolean isDaemon)
-
-