Interface DirPollAdaptorMBean

All Superinterfaces:
QBean, QBeanSupportMBean, QPersist
All Known Implementing Classes:
DirPollAdaptor

public interface DirPollAdaptorMBean extends QBeanSupportMBean
JMX management interface for DirPollAdaptor.
  • Method Details

    • setPath

      void setPath(String path)
      Sets the base directory path.
      Parameters:
      path - the directory path
    • setPoolSize

      void setPoolSize(int size)
      Sets the thread pool size.
      Parameters:
      size - the number of threads
    • getPoolSize

      Returns the thread pool size.
      Returns:
      pool size
    • getPath

      Returns the base directory path.
      Returns:
      directory path
    • setPollInterval

      void setPollInterval(long pollInterval)
      Sets the polling interval.
      Parameters:
      pollInterval - interval in milliseconds
    • getPollInterval

      Returns the polling interval.
      Returns:
      interval in milliseconds
    • setPriorities

      void setPriorities(String priorities)
      Sets the file extension priorities.
      Parameters:
      priorities - blank-separated list of extensions
    • getPriorities

      Returns the file extension priorities.
      Returns:
      blank-separated priority list
    • setProcessor

      void setProcessor(String processor)
      Sets the processor class name.
      Parameters:
      processor - fully qualified class name
    • getProcessor

      Returns the processor class name.
      Returns:
      fully qualified class name