Uses of Class
com.sun.tools.jconsole.JConsoleContext.ConnectionState
-
Packages that use JConsoleContext.ConnectionState 软件包 描述 com.sun.tools.jconsole 此程序包包含JConsole API。 -
-
Uses of JConsoleContext.ConnectionState in com.sun.tools.jconsole
Methods in com.sun.tools.jconsole that return JConsoleContext.ConnectionState Modifier and Type 方法 描述 JConsoleContext.ConnectionState
JConsoleContext. getConnectionState()
返回当前的连接状态。static JConsoleContext.ConnectionState
JConsoleContext.ConnectionState. valueOf(String name)
以指定的名称返回此类型的枚举常量。static JConsoleContext.ConnectionState[]
JConsoleContext.ConnectionState. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
-