Uses of Interface
org.frankframework.lifecycle.ConfigurableLifecycle
Packages that use ConfigurableLifecycle
Package
Description
-
Uses of ConfigurableLifecycle in org.frankframework.configuration
Classes in org.frankframework.configuration that implement ConfigurableLifecycle -
Uses of ConfigurableLifecycle in org.frankframework.core
Subinterfaces of ConfigurableLifecycle in org.frankframework.coreModifier and TypeInterfaceDescriptioninterface
interface
Models starting and stopping of objects that support such behaviour.interface
Classes in org.frankframework.core that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
The Adapter is the central manager in the framework. -
Uses of ConfigurableLifecycle in org.frankframework.extensions.akamai
Classes in org.frankframework.extensions.akamai that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
Sender for Akamai NetStorage (HTTP based). -
Uses of ConfigurableLifecycle in org.frankframework.extensions.cmis
Classes in org.frankframework.extensions.cmis that implement ConfigurableLifecycle -
Uses of ConfigurableLifecycle in org.frankframework.filesystem
Classes in org.frankframework.filesystem that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
This class ensures that Microsoft Authentication Library (MSAL) requests are sent through the configured proxy and the correct SSLSocketFactory. -
Uses of ConfigurableLifecycle in org.frankframework.http
Classes in org.frankframework.http that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
Sender for the HTTP protocol usingHttpMethod
.class
Note 1: Some certificates require the <java_home>/jre/lib/security/xxx_policy.jar files to be upgraded to unlimited strength.class
class
Shared HTTPSession, implementsSharedResource
so it can be set in the Configuration.xmlclass
Sender that sends a message via a WebService. -
Uses of ConfigurableLifecycle in org.frankframework.jdbc
Classes in org.frankframework.jdbc that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
JDBC implementation ofIMessageBrowser
.class
This executes the query that is obtained from the (here still abstract) method getStatement.class
Base class for building JDBC-senders.class
QuerySender that interprets the input message as a query, possibly with attributes.class
DummyTransactionalStorage<S extends Serializable>
Deprecated, for removal: This API element is subject to removal in a future version.class
QuerySender that assumes a fixed query, possibly with attributes.class
Provides functions for JDBC connections.protected class
class
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
class
JdbcTransactionalStorage<S extends Serializable>
Implements a message log (JdbcMessageLog
) or error store (JdbcErrorStorage
) that uses database table IBISSTORE.class
Read messages from the IBISSTORE database table previously stored by aMessageStoreSender
.class
Send messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener
.class
QuerySender that writes each row in a ResultSet to a file.class
Database Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel.class
StoredProcedureQuerySender is used to send stored procedure queries and retrieve the result.class
QuerySender that transforms the input message to a query. -
Uses of ConfigurableLifecycle in org.frankframework.jdbc.migration
Classes in org.frankframework.jdbc.migration that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
DatabaseMigration implementation for IAF.class
LiquiBase implementation for IAF -
Uses of ConfigurableLifecycle in org.frankframework.ladybug.tibet2
Classes in org.frankframework.ladybug.tibet2 that implement ConfigurableLifecycle -
Uses of ConfigurableLifecycle in org.frankframework.larva.actions
Classes in org.frankframework.larva.actions that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
AbstractLarvaAction<T extends IConfigurable>
This class is used to create and manage the lifecycle of Larva actions.class
class
Custom Larva SpringContext, used to load the Larva scenario actions.class
class
class
-
Uses of ConfigurableLifecycle in org.frankframework.lifecycle
Classes in org.frankframework.lifecycle that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
class
This class is a custom implementation of the SpringDefaultLifecycleProcessor
that adds support forConfigurableLifecycle
beans. -
Uses of ConfigurableLifecycle in org.frankframework.monitoring
Subinterfaces of ConfigurableLifecycle in org.frankframework.monitoringModifier and TypeInterfaceDescriptioninterface
Interface to monitoring service.Classes in org.frankframework.monitoring that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
Base class for Monitor Destination implementations.class
Example configuration:class
IMonitorAdapter that uses asender
to send its message.class
Manager for Monitoring.class
Deprecated. -
Uses of ConfigurableLifecycle in org.frankframework.receivers
Classes in org.frankframework.receivers that implement ConfigurableLifecycle -
Uses of ConfigurableLifecycle in org.frankframework.scheduler
Classes in org.frankframework.scheduler that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
Possible cron expressions:class
Container for jobs that are scheduled for periodic execution. -
Uses of ConfigurableLifecycle in org.frankframework.scheduler.job
Subinterfaces of ConfigurableLifecycle in org.frankframework.scheduler.jobClasses in org.frankframework.scheduler.job that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
Job which can stop/start adapters and receivers.class
Frank!class
Frank!class
Frank!class
class
Scheduled job to execute JDBC Queries using aFixedQuerySender
.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated.class
1.class
Frank!class
Scheduled job to send messages to aFrankListener
. -
Uses of ConfigurableLifecycle in org.frankframework.util
Classes in org.frankframework.util that implement ConfigurableLifecycle -
Uses of ConfigurableLifecycle in org.frankframework.util.flow
Classes in org.frankframework.util.flow that implement ConfigurableLifecycleModifier and TypeClassDescriptionclass
Generate a flow over the digestedAdapter
orConfiguration
.