|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NonBlockingInvocationResponse | |
---|---|
uk.ac.ncl.cs.instantsoap.servicedp | Job dispatching, async and sync. |
uk.ac.ncl.cs.instantsoap.servicedp.impl | Job dispatching implementation. |
uk.ac.ncl.cs.instantsoap.wsapi | The web-service interface definitions, exceptions and datatypes. |
uk.ac.ncl.cs.instantsoap.wsapi.impl | Classes that provide the implementation glue to attach the web service API to a spring-managed web-service container. |
Uses of NonBlockingInvocationResponse in uk.ac.ncl.cs.instantsoap.servicedp |
---|
Methods in uk.ac.ncl.cs.instantsoap.servicedp that return NonBlockingInvocationResponse | |
---|---|
NonBlockingInvocationResponse |
AsynchronousServiceDispatcher.getExecutionResult(UUID uuid)
Return the result of the jobManager. |
Uses of NonBlockingInvocationResponse in uk.ac.ncl.cs.instantsoap.servicedp.impl |
---|
Methods in uk.ac.ncl.cs.instantsoap.servicedp.impl that return NonBlockingInvocationResponse | |
---|---|
NonBlockingInvocationResponse |
AsynchronousServiceDispatcherImpl.getExecutionResult(UUID id)
|
Uses of NonBlockingInvocationResponse in uk.ac.ncl.cs.instantsoap.wsapi |
---|
Methods in uk.ac.ncl.cs.instantsoap.wsapi that return NonBlockingInvocationResponse | |
---|---|
NonBlockingInvocationResponse |
WebServiceDispatcher.invokeNonBlocking(JobSpecification jobSpec)
Invoke the jobManager, returning immediately. |
NonBlockingInvocationResponse |
WebServiceDispatcher.pollForResult(UUID uuid)
Poll the jobManager for completion. |
Uses of NonBlockingInvocationResponse in uk.ac.ncl.cs.instantsoap.wsapi.impl |
---|
Methods in uk.ac.ncl.cs.instantsoap.wsapi.impl that return NonBlockingInvocationResponse | |
---|---|
NonBlockingInvocationResponse |
WebServiceDispatcherImpl.invokeNonBlocking(JobSpecification jobSpec)
|
NonBlockingInvocationResponse |
WebServiceDispatcherImpl.pollForResult(UUID uuid)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |