Package com.identityworksllc.iiq.common
Interface Functions.ConnectionHandler
-
- Enclosing class:
- Functions
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Functions.ConnectionHandler
A generic callback for doing connection things
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(Connection connection)
Does something with the connection
-
-
-
Method Detail
-
accept
void accept(Connection connection) throws SQLException, sailpoint.tools.GeneralException
Does something with the connection- Parameters:
connection
- The connection- Throws:
SQLException
- on SQL errorssailpoint.tools.GeneralException
- on IIQ errors
-
-