void clearStub() {
this.stub = null;
}
boolean isMasterRunning() throws ServiceException {
IsMasterRunningResponse response =
this.stub.isMasterRunning(null, RequestConverter.buildIsMasterRunningRequest());
return response != null? response.getIsMasterRunning(): false;
}