Class SharedStoreLiveActivation
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.impl.Activation
-
- org.apache.activemq.artemis.core.server.impl.LiveActivation
-
- org.apache.activemq.artemis.core.server.impl.SharedStoreLiveActivation
-
- All Implemented Interfaces:
Runnable
public final class SharedStoreLiveActivation extends LiveActivation
-
-
Constructor Summary
Constructors Constructor Description SharedStoreLiveActivation(ActiveMQServerImpl server, SharedStoreMasterPolicy sharedStoreMasterPolicy, IOCriticalErrorListener ioCriticalErrorListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(boolean permanently, boolean restarting)voidrun()-
Methods inherited from class org.apache.activemq.artemis.core.server.impl.Activation
createJournalLoader, freezeConnections, getActivationChannelHandler, getHAManager, getReplicationManager, haStarted, isReplicaSync, postConnectionFreeze, preStorageClose, sendLiveIsStopping
-
-
-
-
Constructor Detail
-
SharedStoreLiveActivation
public SharedStoreLiveActivation(ActiveMQServerImpl server, SharedStoreMasterPolicy sharedStoreMasterPolicy, IOCriticalErrorListener ioCriticalErrorListener)
-
-
Method Detail
-
run
public void run()
-
close
public void close(boolean permanently, boolean restarting) throws Exception- Specified by:
closein classActivation- Throws:
Exception
-
-