Package jp.go.aist.sot.core

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


          } 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");
            out.println("<pre>Unknown Method " + sot_method +"</pre>");
          }
        } catch (SOTNoDNFoundException nod) {
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.