Class CleaningActivateCallback
java.lang.Object
org.apache.activemq.artemis.core.server.impl.CleaningActivateCallback
- All Implemented Interfaces:
ActivateCallback
- Direct Known Subclasses:
JMSServerManagerImpl
This is an abstract ActivateCallback that will cleanup itself when the broker is shutodwn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidshutdown(ActiveMQServer server) voidstop(ActiveMQServer server) This is called when the broker is stopped (no shutdown in place)Methods 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.ActivateCallback
activated, activationComplete, deActivate, preActivate, preDeActivate
-
Constructor Details
-
CleaningActivateCallback
public CleaningActivateCallback()
-
-
Method Details
-
stop
Description copied from interface:ActivateCallbackThis is called when the broker is stopped (no shutdown in place)- Specified by:
stopin interfaceActivateCallback
-
shutdown
- Specified by:
shutdownin interfaceActivateCallback
-