Uses of Class
de.aristaflow.adept2.util.Cleanup
Packages that use Cleanup
-
Uses of Cleanup in de.aristaflow.adept2.core.eventmanager.dbevents
Fields in de.aristaflow.adept2.core.eventmanager.dbevents declared as CleanupModifier and TypeFieldDescriptionprotected Cleanup<IOException>MemoryResultSetImpl.cleanupThe clean-up for closing theCloseableMemoryResultSetImpl.values. -
Uses of Cleanup in de.aristaflow.adept2.core.runtimemanager.executionenvironments
Fields in de.aristaflow.adept2.core.runtimemanager.executionenvironments declared as CleanupModifier and TypeFieldDescriptionprotected final Cleanup<RuntimeException>ExecutionEnvironment.cleanupThe clean-up called after as post-mortem action of thisExecutionEnvironment. -
Uses of Cleanup in de.aristaflow.adept2.extensions.datatypes
Fields in de.aristaflow.adept2.extensions.datatypes declared as CleanupModifier and TypeFieldDescriptionprotected Cleanup<IOException>FileUDT.cleanupThe clean-up for closing theRereadableContentas post-mortem action of thisFileUDTinstance.protected final Cleanup<IOException>ListUdt.cleanupThe clean-up for closing the elements ofListUdt.listas post-mortem task for this instance.protected final Cleanup<IOException>WebFormContainer.cleanupThe clean-up for closing theFields as post-mortem task for this instance. -
Uses of Cleanup in de.aristaflow.adept2.model.common.collection
Fields in de.aristaflow.adept2.model.common.collection declared as CleanupModifier and TypeFieldDescriptionprotected final Cleanup<IOException>AbstractRemoteIterator.cleanupThe clean-up for closing thecloseablesas post-mortem task for this instance or when closing. -
Uses of Cleanup in de.aristaflow.adept2.model.common.communication
Fields in de.aristaflow.adept2.model.common.communication declared as CleanupModifier and TypeFieldDescriptionprotected final Cleanup<IOException>ServerInputStream.cleanupThe clean-up for closing the wrapped input stream as post-mortem action of thisServerInputStream. -
Uses of Cleanup in de.aristaflow.adept2.model.datamanagement
Fields in de.aristaflow.adept2.model.datamanagement declared as CleanupModifier and TypeFieldDescriptionprotected Cleanup<IOException>ADEPT2UDTValue.cleanupThe clean-up called after as post-mortem action of thisADEPT2UDTValue. -
Uses of Cleanup in de.aristaflow.adept2.model.mail
Fields in de.aristaflow.adept2.model.mail declared as CleanupModifier and TypeFieldDescriptionprotected Cleanup<IOException>Email.cleanupThe clean-up for closing theEmail.attachmentsas post-mortem task for this instance.protected final Cleanup<IOException>SerialisableAttachmentDataSource.cleanupThe clean-up for closing theSerialisableAttachmentsSerialisableAttachmentDataSource.attas post-mortem task for this instance.protected Cleanup<IOException>UDTAttachment.cleanupThe clean-up for closing theUDTValueas post-mortem task for this instance. -
Uses of Cleanup in de.aristaflow.adept2.model.runtimeenvironment
Fields in de.aristaflow.adept2.model.runtimeenvironment declared as CleanupModifier and TypeFieldDescriptionprotected final Cleanup<RuntimeException>ActivityData.cleanupThe clean-up for closing theCloseables.protected Cleanup<RuntimeException>SettableDataContext.cleanupThe clean-up for closing theCloseableparameter values. -
Uses of Cleanup in de.aristaflow.adept2.model.worklistmodel
Fields in de.aristaflow.adept2.model.worklistmodel declared as CleanupModifier and TypeFieldDescriptionprotected Cleanup<RuntimeException>CachingIncWorklistUpdate.cleanupThe clean-up for closing the wrapped update as post-mortem task for this instance. -
Uses of Cleanup in de.aristaflow.adept2.ui.awtgui
Fields in de.aristaflow.adept2.ui.awtgui declared as CleanupModifier and TypeFieldDescriptionprotected final Cleanup<RuntimeException>SWTEmbeddedAWTContext.cleanupThe clean-up for closing theSWTContextas post-mortem task for this instance. -
Uses of Cleanup in de.aristaflow.adept2.ui.htmlgui
Fields in de.aristaflow.adept2.ui.htmlgui declared as CleanupModifier and TypeFieldDescriptionprotected final Cleanup<RuntimeException>AbstractHTMLContext.cleanupThe clean-up for closing all replies and responses of anAbstractHTMLContext.protected final Cleanup<IOException>HTMLContext.Attachment.cleanupThe clean-up for closing the data as post-mortem action of thisAttachment.protected final Cleanup<IOException>HTMLContext.HTTPReply.cleanupThe clean-up for closing the attachments as post-mortem action of thisHTTPReply.protected final Cleanup<RuntimeException>RemoteHTMLContext.contextCleanupThe clean-up for closing the context and all related resources. -
Uses of Cleanup in de.aristaflow.adept2.ui.swtgui
Fields in de.aristaflow.adept2.ui.swtgui declared as CleanupModifier and TypeFieldDescriptionprotected final Cleanup<RuntimeException>SwtUrlContext.cleanupThe clean-up for closing the parent context and the browser as post-mortem task for this instance.protected final Cleanup<RuntimeException>SwtHtmlContext.contextCleanupThe clean-up for closing the context and all related resources. -
Uses of Cleanup in de.aristaflow.adept2.util
Methods in de.aristaflow.adept2.util that return CleanupModifier 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.addTask(AutoCloseable... autoCloseables) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseables to the end of the list of registered clean-up tasks.Cleanup.addTask(String descriptor, AutoCloseable... autoCloseables) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseables to the end of the list of registered clean-up tasks.Cleanup.addTask(String descriptor, Collection<? extends AutoCloseable> autoCloseables) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseables to the end of the list of registered clean-up tasks.Cleanup.addTask(String descriptor, Supplier<? extends AutoCloseable> autoCloseable) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseables to the end of the list of registered clean-up tasks.Cleanup.addTask(Collection<? extends AutoCloseable> autoCloseables) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseables to the end of the list of registered clean-up tasks.Cleanup.addTask(Supplier<? extends AutoCloseable> autoCloseable) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseableto 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.Cleanup.addTaskAsFirst(AutoCloseable... autoCloseables) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseables to the first position of the list of registered clean-up tasks.Cleanup.addTaskAsFirst(String descriptor, AutoCloseable... autoCloseables) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseables to the first position of the list of registered clean-up tasks.Cleanup.addTaskAsFirst(String descriptor, Collection<? extends AutoCloseable> autoCloseables) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseables to the first position of the list of registered clean-up tasks.Cleanup.addTaskAsFirst(String descriptor, Supplier<AutoCloseable> autoCloseable) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseables to the first position of the list of registered clean-up tasks.Cleanup.addTaskAsFirst(Collection<? extends AutoCloseable> autoCloseables) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseables to the first position of the list of registered clean-up tasks.Cleanup.addTaskAsFirst(Supplier<AutoCloseable> autoCloseable) Adds anCleanup.AutoCloseableCleanupTaskfor the designatedAutoCloseableto the first position of the list of registered clean-up tasks.Finishes creating aCleanupfor the given object using the other provided information.Finishes creating aCleanupfor the given object using the other provided information.static Cleanup<RuntimeException>Creates aCleanupas post-mortem action for the designated object.Creates aCleanupas post-mortem action for the designated object.static Cleanup<RuntimeException>Creates aCleanupas post-mortem action for the designated object with the designated descriptor.Creates aCleanupas post-mortem action for the designated object with the designated descriptor. -
Uses of Cleanup in de.aristaflow.adept2.util.io
Fields in de.aristaflow.adept2.util.io declared as CleanupModifier and TypeFieldDescriptionprotected final Cleanup<IOException>AttributedInputStream.cleanupThe clean-up for closing the wrapped input stream as post-mortem action of thisAttributedInputStreamornullto onlyInputStream.close()the wrapped input stream.protected final Cleanup<RuntimeException>BufferedRereadableContent.cleanupDeprecated, for removal: This API element is subject to removal in a future version.The clean-up for closing theBufferedRereadableContent.createdStreamsand the temporary file.protected final Cleanup<IOException>CloseInCleanupInputStream.cleanupThe clean-up for closing the wrapped input stream as post-mortem action of thisCloseInCleanupInputStream.protected final Cleanup<IOException>RereadableContent.cleanupThe clean-up called as post-mortem action of thisRereadableContent.protected final Cleanup<IOException>RereadableContentBuilder.cleanupThe clean-up called as post-mortem action of thisRereadableContentBuilderclosing the streams (if not used) and deleting the temporary file if appropriate.protected final Cleanup<IOException>SwitchingOutputStream.cleanupThe clean-up called as post-mortem action of thisSwitchingOutputStreamwhich closes theSwitchingOutputStream.currentOutputStreamif present. -
Uses of Cleanup in de.aristaflow.adept2.util.threading
Fields in de.aristaflow.adept2.util.threading declared as CleanupModifier and TypeFieldDescriptionprotected final Cleanup<RuntimeException>LoggingFuture.cleanupTheCleanupcalled as post-mortem action for this future.