コード例 #1
0
 /**
  * Broadcast the call to open.
  *
  * @throws ItemStreamException
  */
 public void open(ExecutionContext executionContext) throws ItemStreamException {
   for (ItemStream itemStream : streams) {
     itemStream.open(executionContext);
   }
 }