|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<JMXConnectionImpl.States>
org.ow2.jasmine.adapter.jmx.pool.outbound.JMXConnectionImpl.States
public static enum JMXConnectionImpl.States
Enum of the different states for a connection.
| Enum Constant Summary | |
|---|---|
CLOSED
Connection is closed physically. |
|
GET
Connection is open and not free. |
|
RELEASED
Connection is open, but released and ready to be attribute. |
|
| Method Summary | |
|---|---|
static JMXConnectionImpl.States |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JMXConnectionImpl.States[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final JMXConnectionImpl.States RELEASED
public static final JMXConnectionImpl.States GET
public static final JMXConnectionImpl.States CLOSED
| Method Detail |
|---|
public static final JMXConnectionImpl.States[] values()
for(JMXConnectionImpl.States c : JMXConnectionImpl.States.values())
System.out.println(c);
public static JMXConnectionImpl.States valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||