Class CleaningActivateCallback
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.impl.CleaningActivateCallback
-
- All Implemented Interfaces:
ActivateCallback
public abstract class CleaningActivateCallback extends Object implements ActivateCallback
This is an abstract ActivateCallback that will cleanup itself when the broker is shutodwn
-
-
Constructor Summary
Constructors Constructor Description CleaningActivateCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshutdown(ActiveMQServer server)voidstop(ActiveMQServer server)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.activemq.artemis.core.server.ActivateCallback
activated, activationComplete, deActivate, preActivate, preDeActivate
-
-
-
-
Method Detail
-
stop
public void stop(ActiveMQServer server)
- Specified by:
stopin interfaceActivateCallback
-
shutdown
public void shutdown(ActiveMQServer server)
- Specified by:
shutdownin interfaceActivateCallback
-
-