コード例 #1
0
  public static void main(String[] args) {

    stat.addDescription("ejb-ejb30-hello-dcode");
    Client client = new Client(args);
    client.doTest();
    stat.printSummary("ejb-ejb30-hello-dcodeID");
  }
コード例 #2
0
 public static void main(String[] args) {
   Client client = new Client(args);
   client.doTest();
 }