|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionManager

Internal connection manager contract.
ConnectionCacheListenerConnectionListenerFactory
| Method Summary | |
|---|---|
int |
getAllocationRetry()
Get the number of allocation retries |
long |
getAllocationRetryWaitMillis()
Get the wait time between each allocation retry |
org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager |
getCachedConnectionManager()
Gets cached connection manager |
String |
getJndiName()
Get the JNDI name |
Pool |
getPool()
Get the pool. |
String |
getSecurityDomain()
Get the security domain. |
org.jboss.security.SubjectFactory |
getSubjectFactory()
Get the subject factory |
void |
setJndiName(String value)
Set the JNDI name |
void |
unregisterAssociation(ConnectionListener cl,
Object c)
Unregister association. |
| Methods inherited from interface org.jboss.jca.core.api.connectionmanager.ConnectionManager |
|---|
returnManagedConnection |
| Methods inherited from interface javax.resource.spi.ConnectionManager |
|---|
allocateConnection |
| Methods inherited from interface org.jboss.jca.core.connectionmanager.listener.ConnectionCacheListener |
|---|
disconnect, reconnect, transactionStarted |
| Methods inherited from interface org.jboss.jca.core.connectionmanager.listener.ConnectionListenerFactory |
|---|
createConnectionListener, getTransactionIntegration, isTransactional |
| Method Detail |
|---|
Pool getPool()
org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager getCachedConnectionManager()
int getAllocationRetry()
long getAllocationRetryWaitMillis()
String getJndiName()
void setJndiName(String value)
value - The valueString getSecurityDomain()
org.jboss.security.SubjectFactory getSubjectFactory()
void unregisterAssociation(ConnectionListener cl,
Object c)
cl - connection listenerc - connection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||