Interface JDBCContainer
-
- All Known Implementing Classes:
JDBCVirtualHostImpl,JDBCVirtualHostNodeImpl
public interface JDBCContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDeleteAction(org.apache.qpid.server.util.Action<java.sql.Connection> action)java.sql.ConnectiongetConnection()JDBCDetailsgetJDBCDetails()java.lang.StringgetTableNamePrefix()voidremoveDeleteAction(org.apache.qpid.server.util.Action<java.sql.Connection> action)
-
-
-
Method Detail
-
getJDBCDetails
JDBCDetails getJDBCDetails()
-
getConnection
java.sql.Connection getConnection()
-
getTableNamePrefix
java.lang.String getTableNamePrefix()
-
addDeleteAction
void addDeleteAction(org.apache.qpid.server.util.Action<java.sql.Connection> action)
-
removeDeleteAction
void removeDeleteAction(org.apache.qpid.server.util.Action<java.sql.Connection> action)
-
-