Uses of Annotation Interface
org.frankframework.doc.FrankDocGroup
Packages that use FrankDocGroup
Package
Description
-
Uses of FrankDocGroup in org.frankframework.batch
Classes in org.frankframework.batch with annotations of type FrankDocGroupModifier and TypeClassDescriptionclass
interface
interface
Interface for transforming a record (= structured ASCII line).interface
Interface for handling a transformed record.interface
Interface for handling a transformed record.class
final class
Deprecated.Warning: non-maintained functionality. -
Uses of FrankDocGroup in org.frankframework.cache
Classes in org.frankframework.cache with annotations of type FrankDocGroup -
Uses of FrankDocGroup in org.frankframework.configuration
Classes in org.frankframework.configuration with annotations of type FrankDocGroupModifier and TypeClassDescriptionclass
Container ofAdapters
that belong together.class
class
Container for jobs that are scheduled for periodic execution.class
-
Uses of FrankDocGroup in org.frankframework.configuration.extensions
Classes in org.frankframework.configuration.extensions with annotations of type FrankDocGroup -
Uses of FrankDocGroup in org.frankframework.core
Classes in org.frankframework.core with annotations of type FrankDocGroupModifier and TypeClassDescriptionclass
The Adapter is the central manager in the framework.interface
AnerrorMessageFormatter
is responsible for returning a string describing the error at hand in a format that the receiver expects.interface
IListener<M>
Base-interface for IPullingListener and IPushingListener.interface
A Pipe represents an action to take in aPipeLine
.interface
Marks an implementation as responsible for sending a message to some destination.interface
ITransactionalStorage<S extends Serializable>
Marks an implementation as responsible for storing and retrieving-back messages under transaction control.class
Appears inside a pipe and defines what pipe or exit to execute next.class
Optional element in a pipeline.class
Required in eachAdapter
to transform incoming messages.class
The Exit of a Pipeline that specifies the end state of a PipeLine.class
Pipeline exit container in which all (required)Exit
s must be defined. -
Uses of FrankDocGroup in org.frankframework.http
Classes in org.frankframework.http with annotations of type FrankDocGroupModifier and TypeClassDescriptionclass
Shared HTTPSession, implementsSharedResource
so it can be set in the Configuration.xml -
Uses of FrankDocGroup in org.frankframework.jms
Classes in org.frankframework.jms with annotations of type FrankDocGroupModifier and TypeClassDescriptionclass
A JmsRealm is a definition of a JMS provider, and is kind of a utility class to prevent the tedious work of repeatedly defining all parameters to connect to a queue or topic.class
Singleton that has the different jmsRealms.
Typical use: JmsRealmFactory.getInstance().<method to execute> -
Uses of FrankDocGroup in org.frankframework.monitoring
Classes in org.frankframework.monitoring with annotations of type FrankDocGroupModifier and TypeClassDescriptionclass
Filter on Adapters, used by Triggers.interface
Interface to monitoring service.interface
class
Example configuration:class
Manager for Monitoring. -
Uses of FrankDocGroup in org.frankframework.parameters
Classes in org.frankframework.parameters with annotations of type FrankDocGroup -
Uses of FrankDocGroup in org.frankframework.receivers
Classes in org.frankframework.receivers with annotations of type FrankDocGroup -
Uses of FrankDocGroup in org.frankframework.scheduler.job
Classes in org.frankframework.scheduler.job with annotations of type FrankDocGroup -
Uses of FrankDocGroup in org.frankframework.util
Classes in org.frankframework.util with annotations of type FrankDocGroupModifier and TypeClassDescriptionclass
Cleans up a directory.class
Locker of scheduler jobs and pipes.