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 TypeInterfaceDescriptioninterfaceinterfaceModels starting and stopping of objects that support such behaviour.interfaceClasses in org.frankframework.core that implement ConfigurableLifecycle -
Uses of ConfigurableLifecycle in org.frankframework.extensions.akamai
Classes in org.frankframework.extensions.akamai that implement ConfigurableLifecycleModifier and TypeClassDescriptionclassSender for Akamai NetStorage (HTTP based). -
Uses of ConfigurableLifecycle in org.frankframework.extensions.bis
Classes in org.frankframework.extensions.bis that implement ConfigurableLifecycleModifier and TypeClassDescriptionclassDeprecated.Please use JmsListener combined with BisWrapperPipeclassDeprecated.Please use JmsSender combined with BisWrapperPipe -
Uses of ConfigurableLifecycle in org.frankframework.extensions.cmis
Classes in org.frankframework.extensions.cmis that implement ConfigurableLifecycle -
Uses of ConfigurableLifecycle in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement ConfigurableLifecycleModifier and TypeClassDescriptionclassESB (Enterprise Service Bus) extension of JmsListener.classESB (Enterprise Service Bus) extension ofJmsSender.classEsbJmsTransactionalStorage<S extends Serializable>ESB (Enterprise Service Bus) extension ofJmsTransactionalStorage. -
Uses of ConfigurableLifecycle in org.frankframework.extensions.fxf
Classes in org.frankframework.extensions.fxf that implement ConfigurableLifecycle -
Uses of ConfigurableLifecycle in org.frankframework.extensions.ibm
Classes in org.frankframework.extensions.ibm that implement ConfigurableLifecycle -
Uses of ConfigurableLifecycle in org.frankframework.extensions.tibco
Classes in org.frankframework.extensions.tibco that implement ConfigurableLifecycle -
Uses of ConfigurableLifecycle in org.frankframework.filesystem
Classes in org.frankframework.filesystem that implement ConfigurableLifecycleModifier and TypeClassDescriptionclassThis 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 TypeClassDescriptionclassSender for the HTTP protocol usingHttpMethod.classNote 1: Some certificates require the <java_home>/jre/lib/security/xxx_policy.jar files to be upgraded to unlimited strength.classclassShared HTTPSession, implementsSharedResourceso it can be set in the Configuration.xmlclassSender that sends a message via a WebService. -
Uses of ConfigurableLifecycle in org.frankframework.jdbc
Classes in org.frankframework.jdbc that implement ConfigurableLifecycleModifier and TypeClassDescriptionclassJDBC implementation ofIMessageBrowser.classThis executes the query that is obtained from the (here still abstract) method getStatement.classBase class for building JDBC-senders.classQuerySender that interprets the input message as a query, possibly with attributes.classDummyTransactionalStorage<S extends Serializable>Deprecated, for removal: This API element is subject to removal in a future version.classQuerySender that assumes a fixed query, possibly with attributes.classProvides functions for JDBC connections.protected classclassJdbcListener<M>JdbcListener base class.classDeprecated, for removal: This API element is subject to removal in a future version.classDatabase Listener that operates on a table having at least a key and a status field.classclassJdbcTransactionalStorage<S extends Serializable>Implements a message log (JdbcMessageLog) or error store (JdbcErrorStorage) that uses database table IBISSTORE.classRead messages from the IBISSTORE database table previously stored by aMessageStoreSender.classSend messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener.classQuerySender that writes each row in a ResultSet to a file.classDatabase Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel.classStoredProcedureQuerySender is used to send stored procedure queries and retrieve the result.classQuerySender 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 TypeClassDescriptionclassDatabaseMigration implementation for Frank!classLiquiBase implementation for IAF -
Uses of ConfigurableLifecycle in org.frankframework.jms
Classes in org.frankframework.jms that implement ConfigurableLifecycleModifier and TypeClassDescriptionclassclassAbstractJmsMessageBrowser<M,J extends jakarta.jms.Message> Basic browser of JMS Messages.classJmsBrowser<M extends jakarta.jms.Message>classProvides functions for jms connections, queues and topics and acts as a facade to hide for clients whether aQueueorTopicis used.classA true multi-threadedListener-class.classclassJmsTransactionalStorage<S extends Serializable>Implements a message log (JmsMessageLog) or error store (JmsErrorStorage) that uses JMS technology.classA true multi-threadedListener-class.classJMSListener re-implemented as a pushing listener rather than a pulling listener. -
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 TypeClassDescriptionclassAbstractLarvaAction<T extends IConfigurable>This class is used to create and manage the lifecycle of Larva actions.classclassclassCustom Larva SpringContext, used to load the Larva scenario actions.classclass -
Uses of ConfigurableLifecycle in org.frankframework.lifecycle
Classes in org.frankframework.lifecycle that implement ConfigurableLifecycleModifier and TypeClassDescriptionclassclassThis class is a custom implementation of the SpringDefaultLifecycleProcessorthat adds support forConfigurableLifecyclebeans. -
Uses of ConfigurableLifecycle in org.frankframework.monitoring
Subinterfaces of ConfigurableLifecycle in org.frankframework.monitoringModifier and TypeInterfaceDescriptioninterfaceInterface to monitoring service.Classes in org.frankframework.monitoring that implement ConfigurableLifecycleModifier and TypeClassDescriptionclassBase class for Monitor Destination implementations.classExample configuration:classIMonitorAdapter that uses asenderto send its message.classManager for Monitoring.classDeprecated. -
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 TypeClassDescriptionclassPossible cron expressions:classContainer 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 TypeClassDescriptionclassJob which can stop/start adapters and receivers.classFrank!classFrank!classFrank!classclassScheduled job to execute JDBC Queries using aFixedQuerySender.classDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated.class1.classFrank!classScheduled 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 TypeClassDescriptionclassGenerate a flow over the digestedAdapterorConfiguration.