< prev index next >

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

Print this page

        

*** 42,52 **** * some code to be executed before and after a thread executes a fiber. * * <p> * The design also encapsulates the entire fiber execution in a single * opaque method invocation {@link Work#execute}, allowing the use of ! * <tt>finally</tt> block. * * * @author Kohsuke Kawaguchi */ public interface FiberContextSwitchInterceptor { --- 42,52 ---- * some code to be executed before and after a thread executes a fiber. * * <p> * The design also encapsulates the entire fiber execution in a single * opaque method invocation {@link Work#execute}, allowing the use of ! * {@code finally} block. * * * @author Kohsuke Kawaguchi */ public interface FiberContextSwitchInterceptor {
< prev index next >