コード例 #1
0
ファイル: SWIFT_PING.java プロジェクト: belaran/JGroups
 @Override
 protected void createRootDir() {
   try {
     swiftClient.createContainer(container);
   } catch (Exception e) {
     log.error("failure creating container", e);
   }
 }