Package jp.go.aist.sot.core

Examples of jp.go.aist.sot.core.SOTProxyKeeper.destroy()


          } else if(sot_method.equals("put")){
            log.debug("Call SOTProxyKeeper.put");
            out.println(pk.put(proxy_str));
          } else if(sot_method.equals("destroy")) {
            log.debug("Call SOTProxyKeeper.destroy for " + dn);
            out.println(pk.destroy(dn));
          } else if(sot_method.equals("check")) {
            log.debug("Call SOTProxyKeeper.check for " + dn);
            out.println(pk.check(dn));
          } else {
            log.error("Method not found");
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.