final long ms = this.pollMS;
final int thrNum = this.pollMaxThreads;
final ExecutorService execService = null;
final StubConfigurator conf = this.stubConf;
final PollingSubscriptionMaster master;
if (thrNum < 1) {
// default maxThreads
master = SubscriptionMasterFactory.newPollingMaster(ms,
conf,