Package jp.go.aist.sot.api

Examples of jp.go.aist.sot.api.SOTProxyKeeperClient.destroy()


  }

  SOTProxyKeeperClient pkc = new SOTProxyKeeperClient();
  String dn = args[0];

  System.out.println(pkc.destroy(dn));
    } catch (Exception e) {
      e.printStackTrace();
    }
  }
}
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.