edu.internet2.middleware.grouper.subj
Class GrouperJdbcConnectionProvider.GrouperJdbcConnectionBean
java.lang.Object
edu.internet2.middleware.grouper.subj.GrouperJdbcConnectionProvider.GrouperJdbcConnectionBean
- All Implemented Interfaces:
- edu.internet2.middleware.subject.provider.JdbcConnectionBean
- Enclosing class:
- GrouperJdbcConnectionProvider
public static class GrouperJdbcConnectionProvider.GrouperJdbcConnectionBean
- extends java.lang.Object
- implements edu.internet2.middleware.subject.provider.JdbcConnectionBean
bean to hold connection
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrouperJdbcConnectionProvider.GrouperJdbcConnectionBean
public GrouperJdbcConnectionProvider.GrouperJdbcConnectionBean(HibernateSession theHibernateSession)
- construct
- Parameters:
theHibernateSession
-
connection
public java.sql.Connection connection()
throws java.sql.SQLException
- Specified by:
connection
in interface edu.internet2.middleware.subject.provider.JdbcConnectionBean
- Throws:
java.sql.SQLException
- See Also:
JdbcConnectionBean.connection()
doneWithConnection
public void doneWithConnection()
throws java.sql.SQLException
- Specified by:
doneWithConnection
in interface edu.internet2.middleware.subject.provider.JdbcConnectionBean
- Throws:
java.sql.SQLException
- See Also:
JdbcConnectionBean.doneWithConnection()
doneWithConnectionError
public void doneWithConnectionError(java.lang.Throwable t)
- Specified by:
doneWithConnectionError
in interface edu.internet2.middleware.subject.provider.JdbcConnectionBean
- See Also:
JdbcConnectionBean.doneWithConnectionError(java.lang.Throwable)
doneWithConnectionFinally
public void doneWithConnectionFinally()
- Specified by:
doneWithConnectionFinally
in interface edu.internet2.middleware.subject.provider.JdbcConnectionBean
- See Also:
JdbcConnectionBean.doneWithConnectionFinally()