< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/Pipe.java

Print this page

        

*** 175,185 **** * pipes get copied here.) * * * <h3>VM-wide state</h3> * <p> ! * <tt>static</tt> is always there for you to use. * * * * <h2>Pipes and Handlers</h2> * <p> --- 175,185 ---- * pipes get copied here.) * * * <h3>VM-wide state</h3> * <p> ! * {@code static} is always there for you to use. * * * * <h2>Pipes and Handlers</h2> * <p>
*** 321,331 **** * For most {@link Pipe} implementations that delegate to another * {@link Pipe}, this method requires that you also copy the {@link Pipe} * that you delegate to. * <p> * For limited number of {@link Pipe}s that do not maintain any ! * thread unsafe resource, it is allowed to simply return <tt>this</tt> * from this method (notice that even if you are stateless, if you * got a delegating {@link Pipe} and that one isn't stateless, you * still have to copy yourself.) * * <p> --- 321,331 ---- * For most {@link Pipe} implementations that delegate to another * {@link Pipe}, this method requires that you also copy the {@link Pipe} * that you delegate to. * <p> * For limited number of {@link Pipe}s that do not maintain any ! * thread unsafe resource, it is allowed to simply return {@code this} * from this method (notice that even if you are stateless, if you * got a delegating {@link Pipe} and that one isn't stateless, you * still have to copy yourself.) * * <p>
< prev index next >