Searched refs:tubes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DStub.java86 private Pool<Tube> tubes; field in class:Stub
188 this.tubes = new TubePool(master);
190 this.tubes = new TubePool(createPipeline(portInfo, binding));
299 Pool<Tube> pool = tubes;
371 final Pool<Tube> pool = tubes;
384 // let's not reuse tubes as they might be in a wrong state, so not
392 if (tubes != null) {
396 Tube p = tubes.take();
397 tubes = null;

Completed in 100 milliseconds