Uses of Interface
com.sun.xml.ws.api.pipe.Fiber.CompletionCallback
-
Packages that use Fiber.CompletionCallback Package Description com.sun.xml.ws.api.pipe Pipeand related abstractions. -
-
Uses of Fiber.CompletionCallback in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return Fiber.CompletionCallback Modifier and Type Method Description Fiber.CompletionCallbackFiber. getCompletionCallback()Returns completion callback associated with this FiberMethods in com.sun.xml.ws.api.pipe with parameters of type Fiber.CompletionCallback Modifier and Type Method Description voidFiber. 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.voidFiber. setCompletionCallback(Fiber.CompletionCallback completionCallback)Updates completion callback associated with this FibervoidFiber. start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback)Starts the execution of this fiber asynchronously.voidFiber. start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback, boolean forceSync)Starts the execution of this fiber.
-