Package com.kylin.jbosscache.custom.service

Examples of com.kylin.jbosscache.custom.service.JBossCacheService


public class JBossCacheServiceClientTest extends ClientBase {

  public void test() throws Exception {

    JBossCacheService service = (JBossCacheService) getContext("127.0.0.1").lookup(STR_JNDI);
    service.test();
  }
View Full Code Here

TOP

Related Classes of com.kylin.jbosscache.custom.service.JBossCacheService

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.