|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.jca.SpeedoConnectionFactory
public abstract class SpeedoConnectionFactory
Field Summary | |
---|---|
protected javax.resource.spi.ConnectionManager |
connectionManager
The ConnectionManager used to actually get Connection. |
protected org.objectweb.util.monolog.api.Logger |
logger
The logger into which traces about JDOConnectionFactory are produced. |
Constructor Summary | |
---|---|
SpeedoConnectionFactory()
|
Method Summary | |
---|---|
abstract java.lang.Object |
createConnection()
|
void |
setConnectionManager(javax.resource.spi.ConnectionManager connectionManager)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.resource.cci.ConnectionFactory |
---|
getConnection, getConnection, getMetaData, getRecordFactory |
Methods inherited from interface javax.resource.Referenceable |
---|
setReference |
Methods inherited from interface javax.naming.Referenceable |
---|
getReference |
Field Detail |
---|
protected org.objectweb.util.monolog.api.Logger logger
protected javax.resource.spi.ConnectionManager connectionManager
Constructor Detail |
---|
public SpeedoConnectionFactory()
Method Detail |
---|
public abstract java.lang.Object createConnection() throws javax.resource.ResourceException
javax.resource.ResourceException
public void setConnectionManager(javax.resource.spi.ConnectionManager connectionManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |