Uses of Class
com.sun.xml.ws.api.pipe.Fiber

Packages that use Fiber
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
 

Uses of Fiber in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe that return Fiber
 Fiber Engine.createFiber()
          Creates a new fiber in a suspended state.
static Fiber Fiber.current()
          Gets the current fiber that's running.
 

Methods in com.sun.xml.ws.api.pipe with parameters of type Fiber
(package private)  void Engine.addRunnable(Fiber fiber)
           
<R,P> R
FiberContextSwitchInterceptor.execute(Fiber f, P p, FiberContextSwitchInterceptor.Work<R,P> work)
          Allows the interception of the fiber execution.