edu.internet2.middleware.grouper.subj
Class GrouperJdbcConnectionProvider.GrouperJdbcConnectionBean

java.lang.Object
  extended by 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 Object
implements edu.internet2.middleware.subject.provider.JdbcConnectionBean

bean to hold connection


Constructor Summary
GrouperJdbcConnectionProvider.GrouperJdbcConnectionBean(HibernateSession theHibernateSession)
          construct
 
Method Summary
 Connection connection()
           
 void doneWithConnection()
           
 void doneWithConnectionError(Throwable t)
           
 void doneWithConnectionFinally()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperJdbcConnectionProvider.GrouperJdbcConnectionBean

public GrouperJdbcConnectionProvider.GrouperJdbcConnectionBean(HibernateSession theHibernateSession)
construct

Parameters:
theHibernateSession -
Method Detail

connection

public Connection connection()
                      throws SQLException
Specified by:
connection in interface edu.internet2.middleware.subject.provider.JdbcConnectionBean
Throws:
SQLException
See Also:
JdbcConnectionBean.connection()

doneWithConnection

public void doneWithConnection()
                        throws SQLException
Specified by:
doneWithConnection in interface edu.internet2.middleware.subject.provider.JdbcConnectionBean
Throws:
SQLException
See Also:
JdbcConnectionBean.doneWithConnection()

doneWithConnectionError

public void doneWithConnectionError(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()