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 变量和类型 方法 描述 JConsoleContext.ConnectionStateJConsoleContext. getConnectionState()返回当前连接状态。static JConsoleContext.ConnectionStateJConsoleContext.ConnectionState. valueOf(String name)返回具有指定名称的此类型的枚举常量。static JConsoleContext.ConnectionState[]JConsoleContext.ConnectionState. values()按照声明的顺序返回一个包含此枚举类型常量的数组。
-