|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fiber.CompletionCallback | |
|---|---|
| com.sun.xml.ws.api.pipe | Pipe and related abstractions. |
| com.sun.xml.ws.client | JAX-WS 2.0.1 Client Runtime |
| com.sun.xml.ws.client.sei | |
| com.sun.xml.ws.rx.util | |
| Uses of Fiber.CompletionCallback in com.sun.xml.ws.api.pipe |
|---|
| Methods in com.sun.xml.ws.api.pipe that return Fiber.CompletionCallback | |
|---|---|
Fiber.CompletionCallback |
Fiber.getCompletionCallback()
Returns completion callback associated with this Fiber |
| Methods in com.sun.xml.ws.api.pipe with parameters of type Fiber.CompletionCallback | |
|---|---|
void |
Fiber.resume(Packet resumePacket,
boolean forceSync,
Fiber.CompletionCallback callback)
Similar to resume(Packet, boolean) but allowing the Fiber to be resumed and at the same time atomically assign a new CompletionCallback to it. |
void |
Fiber.setCompletionCallback(Fiber.CompletionCallback completionCallback)
Updates completion callback associated with this Fiber |
void |
Fiber.start(Tube tubeline,
Packet request,
Fiber.CompletionCallback completionCallback)
Starts the execution of this fiber asynchronously. |
void |
Fiber.start(Tube tubeline,
Packet request,
Fiber.CompletionCallback completionCallback,
boolean forceSync)
Starts the execution of this fiber. |
| Uses of Fiber.CompletionCallback in com.sun.xml.ws.client |
|---|
| Methods in com.sun.xml.ws.client with parameters of type Fiber.CompletionCallback | |
|---|---|
protected void |
Stub.processAsync(AsyncResponseImpl<?> receiver,
Packet request,
RequestContext requestContext,
Fiber.CompletionCallback completionCallback)
Passes a message through a Tubeline for processing. |
| Uses of Fiber.CompletionCallback in com.sun.xml.ws.client.sei |
|---|
| Methods in com.sun.xml.ws.client.sei with parameters of type Fiber.CompletionCallback | |
|---|---|
void |
SEIStub.doProcessAsync(AsyncResponseImpl<?> receiver,
Packet request,
RequestContext rc,
Fiber.CompletionCallback callback)
|
| Uses of Fiber.CompletionCallback in com.sun.xml.ws.rx.util |
|---|
| Methods in com.sun.xml.ws.rx.util with parameters of type Fiber.CompletionCallback | |
|---|---|
void |
FiberExecutor.schedule(Packet request,
Fiber.CompletionCallback callback)
|
void |
Communicator.sendAsync(Packet request,
Fiber.CompletionCallback completionCallbackHandler)
Asynchronously sends the request Packet |
void |
Communicator.sendAsync(Packet request,
Fiber.CompletionCallback completionCallbackHandler,
FiberContextSwitchInterceptor interceptor)
|
void |
FiberExecutor.start(Packet request,
Fiber.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||