< prev index next >

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

Print this page

        

*** 201,211 **** * * * * <h3>VM-wide state</h3> * <p> ! * <tt>static</tt> is always there for you to use. * * * * @see AbstractTubeImpl * @see AbstractFilterTubeImpl --- 201,211 ---- * * * * <h3>VM-wide state</h3> * <p> ! * {@code static} is always there for you to use. * * * * @see AbstractTubeImpl * @see AbstractFilterTubeImpl
*** 371,381 **** * For most {@link Tube} implementations that delegate to another * {@link Tube}, this method requires that you also copy the {@link Tube} * that you delegate to. * <p> * For limited number of {@link Tube}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 Tube} and that one isn't stateless, you * still have to copy yourself.) * * <p> --- 371,381 ---- * For most {@link Tube} implementations that delegate to another * {@link Tube}, this method requires that you also copy the {@link Tube} * that you delegate to. * <p> * For limited number of {@link Tube}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 Tube} and that one isn't stateless, you * still have to copy yourself.) * * <p>
< prev index next >