this.node.setName(CombineMultipleStreamComponent.NAME + "_"
+ newStreamName);
try {
if (this.checkBox.isSelected()) {
StreamServiceStub stub = new StreamServiceStub(
XBayaConstants.STREAM_SERVER);
for (String stream : this.streams) {
StaticInput[] staticInput = new StaticInput[0];
Property[] properties = new Property[0];
stub.registerEPLWithInsert("INSERT INTO "
+ newStreamName + " SELECT * FROM " + stream,
this.rootElementName.getText(),
this.rootElementName.getText(), properties, "",
"", "", this.rootElementName.getText(),
staticInput);