Class SharedStoreBackupActivation
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.impl.Activation
-
- org.apache.activemq.artemis.core.server.impl.SharedStoreBackupActivation
-
- All Implemented Interfaces:
Runnable
public final class SharedStoreBackupActivation extends Activation
-
-
Constructor Summary
Constructors Constructor Description SharedStoreBackupActivation(ActiveMQServerImpl server, SharedStoreSlavePolicy sharedStoreSlavePolicy, IOCriticalErrorListener ioCriticalErrorListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(boolean permanently, boolean restarting)JournalLoadercreateJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer)voidrun()-
Methods inherited from class org.apache.activemq.artemis.core.server.impl.Activation
freezeConnections, getActivationChannelHandler, getHAManager, getReplicationManager, haStarted, isReplicaSync, postConnectionFreeze, preStorageClose, sendLiveIsStopping
-
-
-
-
Constructor Detail
-
SharedStoreBackupActivation
public SharedStoreBackupActivation(ActiveMQServerImpl server, SharedStoreSlavePolicy sharedStoreSlavePolicy, IOCriticalErrorListener ioCriticalErrorListener)
-
-
Method Detail
-
run
public void run()
-
close
public void close(boolean permanently, boolean restarting) throws Exception- Specified by:
closein classActivation- Throws:
Exception
-
createJournalLoader
public JournalLoader createJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, ActiveMQServer parentServer) throws ActiveMQException
- Overrides:
createJournalLoaderin classActivation- Throws:
ActiveMQException
-
-