com.sun.xml.ws.rx.util
Class FiberExecutor
java.lang.Object
com.sun.xml.ws.rx.util.FiberExecutor
public final class FiberExecutor
- extends Object
TODO javadoc
WARNING: This class is a private utility class used by WS-RX implementation. Any usage outside
the intended scope is strongly discouraged. The API exposed by this class may be changed, replaced
or removed without any advance notice.
- Author:
- Marek Potociar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FiberExecutor
public FiberExecutor(String id,
Tube masterTubeline)
runSync
public Packet runSync(Packet request)
schedule
public void schedule(Packet request,
@NotNull
Fiber.CompletionCallback callback)
startScheduledFibers
public void startScheduledFibers()
start
public void start(Packet request,
@NotNull
Fiber.CompletionCallback callback,
@Nullable
FiberContextSwitchInterceptor interceptor)
close
public void close()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.