Class SimpleJdbcListener

java.lang.Object
org.frankframework.jdbc.JdbcFacade
org.frankframework.jdbc.SimpleJdbcListener
All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IListener<String>, IPullingListener<String>, IScopeProvider, IXAEnabled, NameAware, ConfigurableLifecycle, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

@Deprecated(forRemoval=true, since="10.2") @ConfigurationWarning("Please use JdbcTableListener (also non-locking) to perform a count query or let it directly return messages.") public class SimpleJdbcListener extends JdbcFacade implements IPullingListener<String>
Deprecated, for removal: This API element is subject to removal in a future version.
Database Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel.
Author:
Peter Leeuwenburgh
  • Field Details

    • KEYWORD_SELECT_COUNT

      protected static final String KEYWORD_SELECT_COUNT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • connection

      protected Connection connection
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • SimpleJdbcListener

      public SimpleJdbcListener()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details