Package org.jboss.cache.aop

Examples of org.jboss.cache.aop.TreeCacheAopTester


   protected void setUp() throws Exception
   {
      super.setUp();
      log.info("setUp() ....");
      String configFile = "META-INF/local-service.xml";
      tester = new TreeCacheAopTester(configFile);

      cache = tester.getCache();
   }
View Full Code Here

TOP

Related Classes of org.jboss.cache.aop.TreeCacheAopTester

Copyright © 2018 www.massapicom. 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.