Interface HttpAccessLogPublisherCfg

All Superinterfaces:
Configuration, LogPublisherCfg
All Known Subinterfaces:
CsvFileHttpAccessLogPublisherCfg, ExternalHttpAccessLogPublisherCfg, FileBasedHttpAccessLogPublisherCfg, JsonFileHttpAccessLogPublisherCfg

public interface HttpAccessLogPublisherCfg extends LogPublisherCfg
A server-side interface for querying HTTP Access Log Publisher settings.

HTTP Access Log Publishers are responsible for distributing HTTP access log messages from the HTTP access logger to a destination.

  • Method Details

    • configurationClass

      Class<? extends HttpAccessLogPublisherCfg> configurationClass()
      Gets the configuration class associated with this HTTP Access Log Publisher.
      Specified by:
      configurationClass in interface Configuration
      Specified by:
      configurationClass in interface LogPublisherCfg
      Returns:
      Returns the configuration class associated with this HTTP Access Log Publisher.
    • addHttpAccessChangeListener

      void addHttpAccessChangeListener(ConfigurationChangeListener<HttpAccessLogPublisherCfg> listener)
      Register to be notified when this HTTP Access Log Publisher is changed.
      Parameters:
      listener - The HTTP Access Log Publisher configuration change listener.
    • removeHttpAccessChangeListener

      void removeHttpAccessChangeListener(ConfigurationChangeListener<HttpAccessLogPublisherCfg> listener)
      Deregister an existing HTTP Access Log Publisher configuration change listener.
      Parameters:
      listener - The HTTP Access Log Publisher configuration change listener.
    • getJavaClass

      String getJavaClass()
      Gets the "java-class" property.

      The fully-qualified name of the Java class that provides the HTTP Access Log Publisher implementation.

      Default value: org.opends.server.loggers.HTTPAccessLogPublisher

      Specified by:
      getJavaClass in interface LogPublisherCfg
      Returns:
      Returns the value of the "java-class" property.