com.sun.xml.ws.rx.util
Class FiberExecutor

java.lang.Object
  extended by 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

Constructor Summary
FiberExecutor(String id, Tube masterTubeline)
           
 
Method Summary
 void close()
           
 Packet runSync(Packet request)
           
 void schedule(Packet request, Fiber.CompletionCallback callback)
           
 void start(Packet request, Fiber.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 void startScheduledFibers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiberExecutor

public FiberExecutor(String id,
                     Tube masterTubeline)
Method Detail

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.