154155156157158159160
{ this.host = checkNotNull(host); this.key = checkNotNull(key); this.semaphore = checkNotNull(semaphore); this.runnable = checkNotNull(runnable); this.cancelableSupport = new CancelableSupport(); }