Class ConnectionPeriodicExpiryPlugin
java.lang.Object
org.apache.activemq.artemis.core.server.plugin.impl.ConnectionPeriodicExpiryPlugin
- All Implemented Interfaces:
ActiveMQServerBasePlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetName()longvoidused to pass configured properties to Pluginvoidregistered(ActiveMQServer server) The plugin has been registered with the servervoidsetAcceptorMatchRegex(String acceptorMatchRegex) voidsetAccuracyWindowSeconds(int accuracyWindowSeconds) voidvoidsetPeriodSeconds(long periodSeconds) voidunregistered(ActiveMQServer server) The plugin has been unregistered with the serverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.core.server.plugin.ActiveMQServerBasePlugin
setInit
-
Constructor Details
-
ConnectionPeriodicExpiryPlugin
public ConnectionPeriodicExpiryPlugin()
-
-
Method Details
-
registered
Description copied from interface:ActiveMQServerBasePluginThe plugin has been registered with the server- Specified by:
registeredin interfaceActiveMQServerBasePlugin- Parameters:
server- The ActiveMQServer the plugin has been registered to
-
unregistered
Description copied from interface:ActiveMQServerBasePluginThe plugin has been unregistered with the server- Specified by:
unregisteredin interfaceActiveMQServerBasePlugin- Parameters:
server- The ActiveMQServer the plugin has been unregistered to
-
init
Description copied from interface:ActiveMQServerBasePluginused to pass configured properties to Plugin- Specified by:
initin interfaceActiveMQServerBasePlugin
-
getName
-
setName
-
getPeriodSeconds
public long getPeriodSeconds() -
setPeriodSeconds
public void setPeriodSeconds(long periodSeconds) -
getAccuracyWindowSeconds
public int getAccuracyWindowSeconds() -
setAccuracyWindowSeconds
public void setAccuracyWindowSeconds(int accuracyWindowSeconds) -
setAcceptorMatchRegex
-
getAcceptorMatchRegex
-