Uses of Class
net.sf.jailer.util.CancellationException
Packages that use CancellationException
Package
Description
-
Uses of CancellationException in net.sf.jailer.importfilter
Methods in net.sf.jailer.importfilter that throw CancellationExceptionModifier and TypeMethodDescriptionvoidImportFilterManager.fillAndWriteMappingTables(EntityGraph entityGraph, JobManager jobManager, OutputStreamWriter dmlResultWriter, int numberOfEntities, Session targetSession, DBMS targetDBMSConfiguration) Inserts the values of columns with non-derived import-filters into the local database and writes the mapping table DML to the given writer. -
Uses of CancellationException in net.sf.jailer.progress
Methods in net.sf.jailer.progress that throw CancellationExceptionModifier and TypeMethodDescriptionvoidProgressListenerRegistry.firePrepareExport()Notifies all listeners that export is ready.voidProgressListener.prepareExport()Export is ready. -
Uses of CancellationException in net.sf.jailer.subsetting
Methods in net.sf.jailer.subsetting that throw CancellationException -
Uses of CancellationException in net.sf.jailer.util
Methods in net.sf.jailer.util that throw CancellationExceptionModifier and TypeMethodDescriptionstatic voidCancellationHandler.checkForCancellation(Object context) Checks for cancellation.voidJobManager.executeJobs(Collection<JobManager.Job> jobs) Executes a list of jobs.voidJobManager.Job.run()Runs the job.