|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.adapter.jmx.pool.outbound.ConnectionManagerImpl
public class ConnectionManagerImpl
The connection Manager. Provides a hook for a resource adapter to pass a connection request to an application server.
| Constructor Summary | |
|---|---|
ConnectionManagerImpl()
Create an instance. |
|
| Method Summary | |
|---|---|
java.lang.Object |
allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf,
javax.resource.spi.ConnectionRequestInfo info)
The method allocateConnection gets called by the resource adapter's connection factory instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionManagerImpl()
| Method Detail |
|---|
public final java.lang.Object allocateConnection(javax.resource.spi.ManagedConnectionFactory mcf,
javax.resource.spi.ConnectionRequestInfo info)
throws javax.resource.ResourceException
allocateConnection in interface javax.resource.spi.ConnectionManagermcf - used by application server to delegate connection
matching/creation.info - connection request Information.
javax.resource.ResourceException - Generic exception.ConnectionManager.allocateConnection(ManagedConnectionFactory,
ConnectionRequestInfo)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||