org.springframework.boot.jta.narayana

Class NarayanaRecoveryManagerBean

  • java.lang.Object
    • org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean


    public class NarayanaRecoveryManagerBean
    extends Object
    implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    Bean to set up Narayana recovery manager.
    Since:
    1.4.0
    Author:
    Gytis Trikleris
    • Constructor Detail

      • NarayanaRecoveryManagerBean

        public NarayanaRecoveryManagerBean(com.arjuna.ats.jbossatx.jta.RecoveryManagerService recoveryManagerService)
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • destroy

        public void destroy()
                     throws Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        Exception

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.