Package | Description |
---|---|
org.jboss.jca.core.connectionmanager.listener |
This package contains the connection listener implementation.
|
Modifier and Type | Method and Description |
---|---|
ConnectionState |
ConnectionListener.getState()
Retrieve the state of this connection.
|
ConnectionState |
AbstractConnectionListener.getState()
Retrieve the state of this connection.
|
static ConnectionState |
ConnectionState.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionListener.setState(ConnectionState newState)
Set the state of this connection.
|
void |
AbstractConnectionListener.setState(ConnectionState newState)
Set the state of this connection.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)