public interface ConnectionManager extends ConnectionManager, ConnectionCacheListener, ConnectionListenerFactory
ConnectionCacheListener
ConnectionListenerFactory
Modifier and Type | Method and Description |
---|---|
int |
getAllocationRetry()
Get the number of allocation retries
|
long |
getAllocationRetryWaitMillis()
Get the wait time between each allocation retry
|
CachedConnectionManager |
getCachedConnectionManager()
Gets cached connection manager
|
java.lang.String |
getJndiName()
Get the JNDI name
|
Pool |
getPool()
Get the pool.
|
java.lang.String |
getSecurityDomain()
Get the security domain.
|
org.jboss.security.SubjectFactory |
getSubjectFactory()
Get the subject factory
|
void |
setJndiName(java.lang.String value)
Set the JNDI name
|
void |
shutdown()
Shutdown
|
void |
unregisterAssociation(ConnectionListener cl,
java.lang.Object c)
Unregister association.
|
returnManagedConnection
disconnect, reconnect, transactionStarted
createConnectionListener, getTransactionIntegration, isTransactional
Pool getPool()
CachedConnectionManager getCachedConnectionManager()
int getAllocationRetry()
long getAllocationRetryWaitMillis()
java.lang.String getJndiName()
void setJndiName(java.lang.String value)
value
- The valuejava.lang.String getSecurityDomain()
org.jboss.security.SubjectFactory getSubjectFactory()
void unregisterAssociation(ConnectionListener cl, java.lang.Object c)
cl
- connection listenerc
- connectionvoid shutdown()
Copyright ? 2008-2009 Red Hat Middleware LLC (http://www.jboss.com/)