Package | Description |
---|---|
org.jboss.jca.core.connectionmanager |
This package contains the connection manager implementation.
|
org.jboss.jca.core.connectionmanager.listener |
This package contains the connection listener implementation.
|
org.jboss.jca.core.connectionmanager.notx |
This package contains the non-tx connection manager implementation.
|
org.jboss.jca.core.connectionmanager.pool |
This package contains the connection pool implementation.
|
org.jboss.jca.core.connectionmanager.pool.api |
This package contains the connection pool api.
|
org.jboss.jca.core.connectionmanager.pool.strategy |
This package contains the connection pool strategies.
|
org.jboss.jca.core.connectionmanager.tx |
This package contains the tx connection manager implementation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract CoreLogger |
AbstractConnectionManager.getLogger()
Get the logger.
|
Modifier and Type | Method and Description |
---|---|
protected abstract CoreLogger |
AbstractConnectionListener.getLogger()
Get the logger
|
protected CoreLogger |
NoTxConnectionListener.getLogger()
Get the logger
|
protected CoreLogger |
TxConnectionListener.getLogger()
Get the logger
|
Modifier and Type | Method and Description |
---|---|
protected CoreLogger |
NoTxConnectionManagerImpl.getLogger()
Get the logger.
|
Modifier and Type | Field and Description |
---|---|
protected CoreLogger |
AbstractPool.log
The logger
|
Modifier and Type | Method and Description |
---|---|
abstract CoreLogger |
AbstractPool.getLogger()
Get the logger
|
Modifier and Type | Method and Description |
---|---|
CoreLogger |
Pool.getLogger()
Get the logger
|
Modifier and Type | Method and Description |
---|---|
CoreLogger |
OnePool.getLogger()
Get the logger
|
CoreLogger |
PoolByCri.getLogger()
Get the logger
|
CoreLogger |
PoolBySubject.getLogger()
Get the logger
|
CoreLogger |
PoolBySubjectAndCri.getLogger()
Get the logger
|
CoreLogger |
ReauthPool.getLogger()
Get the logger
|
Modifier and Type | Method and Description |
---|---|
protected CoreLogger |
TxConnectionManagerImpl.getLogger()
Get the logger.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)