コード例 #1
0
 public void init() throws Exception {
   sender.init();
   receiver.init();
 }
コード例 #2
0
 public void init(long msgIdPrefix) throws Exception {
   sender.init(msgIdPrefix);
   receiver.init();
 }