Package com.sun.xml.ws.api.pipe
Interface FiberContextSwitchInterceptor.Work<R,P>
-
- Enclosing interface:
- FiberContextSwitchInterceptor
public static interface FiberContextSwitchInterceptor.Work<R,P>
Abstraction of the execution that happens inside the interceptor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
execute(P param)
Have the current thread executes the current fiber, and returns when it stops doing so.
-