Class ConnectionPeriodicExpiryPlugin

java.lang.Object
org.apache.activemq.artemis.core.server.plugin.impl.ConnectionPeriodicExpiryPlugin
All Implemented Interfaces:
ActiveMQServerBasePlugin

public class ConnectionPeriodicExpiryPlugin extends Object implements ActiveMQServerBasePlugin
  • Constructor Details

    • ConnectionPeriodicExpiryPlugin

      public ConnectionPeriodicExpiryPlugin()
  • Method Details

    • registered

      public void registered(ActiveMQServer server)
      Description copied from interface: ActiveMQServerBasePlugin
      The plugin has been registered with the server
      Specified by:
      registered in interface ActiveMQServerBasePlugin
      Parameters:
      server - The ActiveMQServer the plugin has been registered to
    • unregistered

      public void unregistered(ActiveMQServer server)
      Description copied from interface: ActiveMQServerBasePlugin
      The plugin has been unregistered with the server
      Specified by:
      unregistered in interface ActiveMQServerBasePlugin
      Parameters:
      server - The ActiveMQServer the plugin has been unregistered to
    • init

      public void init(Map<String,String> properties)
      Description copied from interface: ActiveMQServerBasePlugin
      used to pass configured properties to Plugin
      Specified by:
      init in interface ActiveMQServerBasePlugin
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPeriodSeconds

      public long getPeriodSeconds()
    • setPeriodSeconds

      public void setPeriodSeconds(long periodSeconds)
    • getAccuracyWindowSeconds

      public int getAccuracyWindowSeconds()
    • setAccuracyWindowSeconds

      public void setAccuracyWindowSeconds(int accuracyWindowSeconds)
    • setAcceptorMatchRegex

      public void setAcceptorMatchRegex(String acceptorMatchRegex)
    • getAcceptorMatchRegex

      public String getAcceptorMatchRegex()