Package org.jboss.test.cluster.clusteredentity.classloader

Examples of org.jboss.test.cluster.clusteredentity.classloader.EntityQueryTest


      log.info(prop);
      log.info("Create InitialContext for " + nodeJNDIAddress);
      InitialContext ctx = new InitialContext(prop);
  
      log.info("Lookup sfsb from " + nodeJNDIAddress);
      EntityQueryTest eqt = (EntityQueryTest) ctx.lookup("EntityQueryTestBean/remote");
      eqt.getCache(this.getRegionPrefix());
     
      return eqt;
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.cluster.clusteredentity.classloader.EntityQueryTest

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.