クラス
com.sun.tools.jconsole.JConsoleContext.ConnectionStateの使用
-
JConsoleContext.ConnectionStateを使用するパッケージ パッケージ 説明 com.sun.tools.jconsole このパッケージは、JConsole APIを含みます。 -
-
com.sun.tools.jconsoleでのJConsoleContext.ConnectionStateの使用
JConsoleContext.ConnectionStateを返すcom.sun.tools.jconsoleのメソッド 修飾子と型 メソッド 説明 JConsoleContext.ConnectionState
JConsoleContext. getConnectionState()
現在の接続状態を返します。static JConsoleContext.ConnectionState
JConsoleContext.ConnectionState. valueOf(String name)
指定された名前を持つ、この型の列挙型定数を返します。static JConsoleContext.ConnectionState[]
JConsoleContext.ConnectionState. values()
この列挙型の定数を含む配列を、宣言されている順序で返します。
-