public LockServiceClient(final Configuration conf, final LockService.BlockingInterface stub, final NonceGenerator ng) { this.conf = conf; this.stub = stub; this.ng = ng; }