Package | Description |
---|---|
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
Modifier and Type | Method and Description |
---|---|
Fiber |
Engine.createFiber()
Creates a new fiber in a suspended state.
|
static Fiber |
Fiber.current()
Gets the current fiber that's running.
|
static Fiber |
Fiber.getCurrentIfSet()
Gets the current fiber that's running, if set.
|
Modifier and Type | Method and Description |
---|---|
(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.
|
void |
Fiber.Listener.fiberResumed(Fiber fiber)
Deprecated.
Fiber has been resumed.
|
void |
Fiber.Listener.fiberSuspended(Fiber fiber)
Deprecated.
Fiber has been suspended.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.