chronosImplement = new ChronosImplement(properties, chronosServerWatcher);
TProcessor processor = new ChronosService.Processor(chronosImplement);
Args rpcArgs = new Args(serverTransport);
rpcArgs.processor(processor);
rpcArgs.protocolFactory(proFactory);
rpcArgs.maxWorkerThreads(maxThread);
thriftServer = new TThreadPoolServer(rpcArgs);
}
/**