Interface ActivateCallback
- All Known Implementing Classes:
CleaningActivateCallback,JMSServerManagerImpl
public interface ActivateCallback
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidthis is called after most of the services have been started but before any cluster resources or JMS resources have beendefault voidthis is called when all resources have been started including any JMS resourcesdefault voidthis is called when the server is stopping, after any network resources and clients are closed but before the rest of the resourcesdefault voidthis is called before any services are started when the server first initialiseddefault voidthis is called when the server is stopping, before any resources or clients are closed/stoppeddefault voidshutdown(ActiveMQServer server) default voidstop(ActiveMQServer server) This is called when the broker is stopped (no shutdown in place)
-
Method Details
-
preActivate
default void preActivate()this is called before any services are started when the server first initialised -
activated
default void activated()this is called after most of the services have been started but before any cluster resources or JMS resources have been -
deActivate
default void deActivate()this is called when the server is stopping, after any network resources and clients are closed but before the rest of the resources -
preDeActivate
default void preDeActivate()this is called when the server is stopping, before any resources or clients are closed/stopped -
activationComplete
default void activationComplete()this is called when all resources have been started including any JMS resources -
stop
This is called when the broker is stopped (no shutdown in place) -
shutdown
-