Package com.kylin.jbosscache

Source Code of com.kylin.jbosscache.App

package com.kylin.jbosscache;

import org.jboss.cache.RPCManager;
import org.jboss.cache.RPCManagerImpl;

public class App {

  public static void main(String[] args) {

    RPCManager manager = new RPCManagerImpl();
   
  }

}
TOP

Related Classes of com.kylin.jbosscache.App

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.