|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.jdbc.GcConnectionCallback<T>
T
- is the type of object that will be returned.public abstract class GcConnectionCallback<T>
Object that gets a database connection object.
Constructor Summary | |
---|---|
GcConnectionCallback()
|
Method Summary | |
---|---|
abstract T |
callback(java.sql.Connection connection)
Get access to the database connection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GcConnectionCallback()
Method Detail |
---|
public abstract T callback(java.sql.Connection connection)
Get access to the database connection. If no exception are thrown, the session will be automatically committed.
connection
- is the connection access.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |