Uses of Interface
org.jbpm.logging.db.JDBCExceptionReporter.WarningHandler

Packages that use JDBCExceptionReporter.WarningHandler
org.jbpm.logging.db default DB implementation of the logging service. 
 

Uses of JDBCExceptionReporter.WarningHandler in org.jbpm.logging.db
 

Classes in org.jbpm.logging.db that implement JDBCExceptionReporter.WarningHandler
static class JDBCExceptionReporter.StandardWarningHandler
           
static class JDBCExceptionReporter.WarningHandlerLoggingSupport
          Basic support for JDBCExceptionReporter.WarningHandler implementations which log
 

Methods in org.jbpm.logging.db with parameters of type JDBCExceptionReporter.WarningHandler
static void JDBCExceptionReporter.handleAndClearWarnings(Connection connection, JDBCExceptionReporter.WarningHandler handler)
          General purpose handling of warnings associated with a JDBC Connection.
static void JDBCExceptionReporter.handleAndClearWarnings(Statement statement, JDBCExceptionReporter.WarningHandler handler)
          General purpose handling of warnings associated with a JDBC Statement.
static void JDBCExceptionReporter.walkWarnings(SQLWarning warning, JDBCExceptionReporter.WarningHandler handler)
           
 



Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.