Package com.taobao.tddl.common.util

Examples of com.taobao.tddl.common.util.StringXmlApplicationContext.destroy()


      }
    } catch (Exception e) {
      log.error("Set LogBuilder failed. springXml=" + springXml, e);
    } finally {
      if (ctx != null) {
        ctx.destroy();
        ctx = null;
      }
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.