public final class RpcRunningState extends Object
| 构造器和说明 |
|---|
RpcRunningState() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isDebugMode()
是否调试模式
|
static boolean |
isShuttingDown()
是否正在关闭
|
static boolean |
isUnitTestMode()
是否单元测试模式
|
static void |
setDebugMode(boolean debugMode)
设置是否调试模式
|
static void |
setUnitTestMode(boolean unitTestMode)
设置是否单元测试模式
|
public static boolean isShuttingDown()
public static boolean isUnitTestMode()
public static void setUnitTestMode(boolean unitTestMode)
unitTestMode - 单元测试模式public static boolean isDebugMode()
public static void setDebugMode(boolean debugMode)
debugMode - 是否调试模式Copyright © 2008–2018 The Ant Financial. All rights reserved.