public interface ConnectionFactory
Modifier and Type | Method and Description |
---|---|
void |
close(Connection con) |
void |
commit(Object tx) |
Connection |
getConnection() |
void |
prepare(Object tx) |
void |
rollback(Object tx) |
void |
setConfig(AdjListJDBCCacheLoaderConfig config) |
void |
start() |
void |
stop() |
void setConfig(AdjListJDBCCacheLoaderConfig config)
Connection getConnection() throws SQLException
SQLException
void prepare(Object tx)
void commit(Object tx)
void rollback(Object tx)
void close(Connection con)
void stop()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.