445446447448449450451452453454455
} catch (Exception e) { throw new ParameterProblem(errPrefix + e.getMessage(), e); } this.subscribeLaunch = new SubscribeLaunch(this.listeningSubscriptionMaster, this.nameToPrint, this.pr, this.stubConf, null); }
485486487488489490491492493494495
} this.pollingSubscriptionMaster = master; this.eitherSubscriptionMaster = master; this.subscribeLaunch = new SubscribeLaunch(master, this.nameToPrint, this.pr, this.stubConf, null); }