|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.connector.DefaultConnectionManager
public class DefaultConnectionManager
The default Connection Manager. This Manager is intended to be used in a two tier scenario (Non-managed Environment, see Connection Architecture 1.0 Chapter 5.9).
| Constructor Summary | |
|---|---|
DefaultConnectionManager()
|
|
| Method Summary | |
|---|---|
Object |
allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo cri)
Creates a new physical connection to the underlying EIS instance. |
void |
cleanUp()
Cleans up all managed connections. |
void |
destroy()
Destroys all managed connections. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultConnectionManager()
| Method Detail |
|---|
public Object allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo cri)
throws ResourceException
allocateConnection in interface ConnectionManagerResourceExceptionConnectionManager.allocateConnection(javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ConnectionRequestInfo)public void cleanUp()
public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||