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 TypeClassDescriptionclassinterfaceinterfaceInterface for transforming a record (= structured ASCII line).interfaceInterface for handling a transformed record.interfaceInterface for handling a transformed record.classfinal classDeprecated.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 FrankDocGroup -
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 TypeClassDescriptionclassThe Adapter is the central manager in the framework.interfaceAnerrorMessageFormatteris responsible for returning a message describing the error at hand in a format that the receiver expects.interfaceIListener<M>Base-interface for IPullingListener and IPushingListener.interfaceA Pipe represents an action to take in aPipeLine.interfaceMarks an implementation as responsible for sending a message to some destination.interfaceITransactionalStorage<S extends Serializable>Marks an implementation as responsible for storing and retrieving-back messages under transaction control.classAppears inside a pipe and defines what pipe or exit to execute next.classOptional element in a pipeline.classRequired in eachAdapterto transform incoming messages.classThe Exit of a Pipeline that specifies the end state of a PipeLine.classPipeline exit container in which all (required)Exits must be defined. -
Uses of FrankDocGroup in org.frankframework.http
Classes in org.frankframework.http with annotations of type FrankDocGroupModifier and TypeClassDescriptionclassShared HTTPSession, implementsSharedResourceso 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 TypeClassDescriptionclassA 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.classSingleton 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 TypeClassDescriptionclassFilter on Adapters, used by Triggers.interfaceInterface to monitoring service.interfaceclassExample configuration:classManager 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
Classes in org.frankframework.scheduler with annotations of type FrankDocGroupModifier and TypeClassDescriptionclassContainer for jobs that are scheduled for periodic execution. -
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.senders
Classes in org.frankframework.senders with annotations of type FrankDocGroupModifier and TypeClassDescriptionclassWrapper for senders, that opens the wrapped sender at runtime before each sender action, and closes it afterwards. -
Uses of FrankDocGroup in org.frankframework.util
Classes in org.frankframework.util with annotations of type FrankDocGroupModifier and TypeClassDescriptionclassCleans up a directory.classLocker of scheduler jobs and pipes.