Uses of Interface
org.frankframework.core.IHasProcessState
Packages that use IHasProcessState
Package
Description
-
Uses of IHasProcessState in org.frankframework.core
Subinterfaces of IHasProcessState in org.frankframework.coreModifier and TypeInterfaceDescriptioninterface
Interface that can be implemented by Listeners that provide their own management of messages processed and in error. -
Uses of IHasProcessState in org.frankframework.filesystem
Classes in org.frankframework.filesystem that implement IHasProcessStateModifier and TypeClassDescriptionclass
AbstractFileSystemListener<F,
FS extends IBasicFileSystem<F>> listener
that looks in aFileSystem
for files.class
AbstractMailListener<M,
A, S extends IMailFileSystem<M, A>> Implementation of aAbstractFileSystemListener
that enables aReceiver
to look in a folder for received mails. -
Uses of IHasProcessState in org.frankframework.jdbc
Classes in org.frankframework.jdbc that implement IHasProcessStateModifier and TypeClassDescriptionclass
JdbcListener<M>
JdbcListener base class.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Database Listener that operates on a table having at least a key and a status field.class
Read messages from the IBISSTORE database table previously stored by aMessageStoreSender
. -
Uses of IHasProcessState in org.frankframework.receivers
Classes in org.frankframework.receivers that implement IHasProcessStateModifier and TypeClassDescriptionclass
Listener that looks for files in a LocalFileSystem.class
Microsoft Exchange Implementation of a mailbox based filesystem.class
File listener for an FTP connection.class
class
Receiver<M>
Wrapper for a listener that specifies a channel for the incoming messages of a specificAdapter
.class
File listener for an SMB2 or SMB3 share.class
Deprecated.class
File listener for an SFTP connection.