Uses of Class
ca.sqlpower.wabit.CleanupExceptions

Packages that use CleanupExceptions
ca.sqlpower.wabit   
ca.sqlpower.wabit.report   
ca.sqlpower.wabit.report.chart   
 

Uses of CleanupExceptions in ca.sqlpower.wabit
 

Methods in ca.sqlpower.wabit that return CleanupExceptions
 CleanupExceptions WabitObject.cleanup()
          Disconnects this object from any other objects it is listening to, closes any open connections, and performs any other necessary operations to ensure that this object can be discarded.
 CleanupExceptions WabitJoin.cleanup()
           
 CleanupExceptions WabitItem.cleanup()
           
 CleanupExceptions WabitDataSource.cleanup()
           
 CleanupExceptions WabitContainer.cleanup()
           
 CleanupExceptions QueryCache.cleanup()
           
 CleanupExceptions AbstractWabitObject.cleanup()
          Default cleanup method that does nothing.
static CleanupExceptions WabitUtils.cleanupWabitObject(WabitObject o)
          This method will recursively clean up this object and all of its descendants.
 

Methods in ca.sqlpower.wabit with parameters of type CleanupExceptions
 void CleanupExceptions.add(CleanupExceptions ex)
          Add all of the exceptions and error messages in the given CleanupExceptions to this exception.
static void WabitUtils.displayCleanupErrors(CleanupExceptions cleanupObject, ca.sqlpower.util.UserPrompterFactory upf)
          This method will display the cleanup errors to the user.
static void WabitUtils.logCleanupErrors(CleanupExceptions cleanupObject)
          Logs the exceptions and errors.
 

Uses of CleanupExceptions in ca.sqlpower.wabit.report
 

Methods in ca.sqlpower.wabit.report that return CleanupExceptions
 CleanupExceptions ResultSetRenderer.cleanup()
           
 CleanupExceptions ChartRenderer.cleanup()
           
 CleanupExceptions CellSetRenderer.cleanup()
           
 

Uses of CleanupExceptions in ca.sqlpower.wabit.report.chart
 

Methods in ca.sqlpower.wabit.report.chart that return CleanupExceptions
 CleanupExceptions Chart.cleanup()
           
 



Copyright © 2009. All Rights Reserved.