public static final enum

JConsoleContext.ConnectionState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.sun.tools.jconsole.JConsoleContext.ConnectionState

Class Overview

Values for the ConnectionState bound property.

Summary

Enum Values
JConsoleContext.ConnectionState  CONNECTED  The connection has been successfully established. 
JConsoleContext.ConnectionState  CONNECTING  The connection is being attempted. 
JConsoleContext.ConnectionState  DISCONNECTED  No connection present. 
Public Methods
static JConsoleContext.ConnectionState valueOf(String name)
final static ConnectionState[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final JConsoleContext.ConnectionState CONNECTED

The connection has been successfully established.

public static final JConsoleContext.ConnectionState CONNECTING

The connection is being attempted.

public static final JConsoleContext.ConnectionState DISCONNECTED

No connection present.

Public Methods

public static JConsoleContext.ConnectionState valueOf (String name)

public static final ConnectionState[] values ()