|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionState | |
|---|---|
| org.jboss.jca.core.connectionmanager.listener | This package contains the connection listener implementation. |
| Uses of ConnectionState in org.jboss.jca.core.connectionmanager.listener |
|---|
| Methods in org.jboss.jca.core.connectionmanager.listener that return ConnectionState | |
|---|---|
ConnectionState |
ConnectionListener.getState()
Retrieve the state of this connection. |
ConnectionState |
AbstractConnectionListener.getState()
Retrieve the state of this connection. |
static ConnectionState |
ConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jboss.jca.core.connectionmanager.listener with parameters of type ConnectionState | |
|---|---|
void |
ConnectionListener.setState(ConnectionState newState)
Set the state of this connection. |
void |
AbstractConnectionListener.setState(ConnectionState newState)
Set the state of this connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||