Uses of Interface
de.aristaflow.adept2.util.CleanupTask
Packages that use CleanupTask
Package
Description
-
Uses of CleanupTask in de.aristaflow.adept2.core.eventmanager.dbevents
Classes in de.aristaflow.adept2.core.eventmanager.dbevents that implement CleanupTaskModifier and TypeClassDescriptionprotected static final classThe clean-up task for closing theCloseablevalues. -
Uses of CleanupTask in de.aristaflow.adept2.core.transactionmanager
Classes in de.aristaflow.adept2.core.transactionmanager that implement CleanupTaskModifier and TypeClassDescriptionprotected static final classThe clean-up task for closing the wrapped result set and dropping created recursion tables. -
Uses of CleanupTask in de.aristaflow.adept2.model.common.collection
Classes in de.aristaflow.adept2.model.common.collection that implement CleanupTaskModifier and TypeClassDescriptionprotected static final classThe clean-up task for closing the wrappedRemoteIterator.protected static final classThe clean-up task for closing the wrappedRemoteIterator. -
Uses of CleanupTask in de.aristaflow.adept2.model.worklistmodel
Classes in de.aristaflow.adept2.model.worklistmodel that implement CleanupTaskModifier and TypeClassDescriptionprotected static final classThe clean-up task for closing/dropping theIncrementalWorklistUpdate. -
Uses of CleanupTask in de.aristaflow.adept2.ui.htmlgui
Classes in de.aristaflow.adept2.ui.htmlgui that implement CleanupTaskModifier and TypeClassDescriptionprotected static final classThe clean-up task for closing all replies and responses of anAbstractHTMLContext. -
Uses of CleanupTask in de.aristaflow.adept2.ui.swtgui
Classes in de.aristaflow.adept2.ui.swtgui that implement CleanupTaskModifier and TypeClassDescriptionprotected static final classThe clean-up task for closing the browser.protected static final classThe clean-up task for closing the browser. -
Uses of CleanupTask in de.aristaflow.adept2.util
Classes in de.aristaflow.adept2.util that implement CleanupTaskModifier and TypeClassDescriptionstatic final classA cleanup task for cleaning up a collection of objects being converted and afterwards being closed in case the conversion yields aAutoCloseable.static final classDeprecated, for removal: This API element is subject to removal in a future version.static classCleanupTask.AbstractCleanupTask<EX extends Exception>Convenient base class forCleanupTaskwith the option to provide a custom descriptor for the clean-up task and/or a logger.static final classA simple cleanup task for cleaning up anAtomicReference.static classAn abstract cleanup task for closing a suppliedAutoCloseableand resetting it via aRunnable.static final classA simple cleanup task for cleaning up aMutable.Methods in de.aristaflow.adept2.util with parameters of type CleanupTaskModifier and TypeMethodDescriptionCleanup.addTask(CleanupTask<? extends Exception> task) Adds the given clean-up task to the end of the list of registered clean-up tasks.Cleanup.addTaskAsFirst(CleanupTask<? extends Exception> task) Adds the given clean-up task to the first position of the list of registered clean-up tasks.Method parameters in de.aristaflow.adept2.util with type arguments of type CleanupTaskModifier and TypeMethodDescriptionprotected static voidCleanup.runTasks(Collection<CleanupTask<? extends Exception>> tasks, boolean explicitlyCleaned, String objectDescriptor, Logger logger) Executes the designated tasks by callingcleanup(boolean)and collecting the corresponding exceptions. -
Uses of CleanupTask in de.aristaflow.adept2.util.io
Classes in de.aristaflow.adept2.util.io that implement CleanupTaskModifier and TypeClassDescriptionprotected static final classDeprecated, for removal: This API element is subject to removal in a future version.The clean-up task deleting the temporary file if appropriateprotected static final classTheCleanupTaskdoing the clean-up (RereadableContent.close()) independently from theRereadableContent.protected static final classTheCleanupTaskdoing the clean-up (RereadableContentBuilder.close()) independently from theRereadableContentBuilder.Constructors in de.aristaflow.adept2.util.io with parameters of type CleanupTaskModifierConstructorDescriptionAttributedInputStream(InputStream in, CleanupTask<IOException> cleanup) Creates a new input stream wrapping the designated input stream and having arbitrary attributes and the designated clean-up task.RrcInputStream(InputStream is, RereadableContent rrc, CleanupTask<IOException> cleanup) Creates a new input stream with the designated input stream as content and wrapping the designatedRereadableContent. -
Uses of CleanupTask in de.aristaflow.adept2.util.threading
Classes in de.aristaflow.adept2.util.threading that implement CleanupTaskModifier and TypeClassDescriptionprotected static final classThis clean-up task logs the result of a future which no one retrieved.
Cleanup.CollCloseTaskinstead.