Class RecoveryManager


  • public final class RecoveryManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RecoveryManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.apache.activemq.artemis.service.extensions.xa.recovery.XARecoveryConfig> getResources()  
      org.apache.activemq.artemis.service.extensions.xa.recovery.XARecoveryConfig register​(org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory factory, java.lang.String userName, java.lang.String password, java.util.Map<java.lang.String,​java.lang.String> properties)  
      void start​(boolean useAutoRecovery)  
      void stop()  
      void unRegister​(org.apache.activemq.artemis.service.extensions.xa.recovery.XARecoveryConfig resourceRecovery)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RecoveryManager

        public RecoveryManager()
    • Method Detail

      • start

        public void start​(boolean useAutoRecovery)
      • register

        public org.apache.activemq.artemis.service.extensions.xa.recovery.XARecoveryConfig register​(org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory factory,
                                                                                                    java.lang.String userName,
                                                                                                    java.lang.String password,
                                                                                                    java.util.Map<java.lang.String,​java.lang.String> properties)
      • unRegister

        public void unRegister​(org.apache.activemq.artemis.service.extensions.xa.recovery.XARecoveryConfig resourceRecovery)
      • stop

        public void stop()
      • getResources

        public java.util.Set<org.apache.activemq.artemis.service.extensions.xa.recovery.XARecoveryConfig> getResources()