|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobExecutionException | |
---|---|
example | |
uk.ac.ncl.cs.instantsoap.client | |
uk.ac.ncl.cs.instantsoap.commandlineprocessor | Processing and executing command-lines. |
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution | Handle executing command-lines, managing the native process and inputs and outputs. |
uk.ac.ncl.cs.instantsoap.commandlineprocessor.parameterRenaming | Map between inputs and outputs as they are in user-land and in the command-line. |
uk.ac.ncl.cs.instantsoap.job | Job management. |
uk.ac.ncl.cs.instantsoap.job.impl | Implementation classes for jobs. |
uk.ac.ncl.cs.instantsoap.mapprocessor | API for exposing computations via a simple Map -> Map transformation. |
uk.ac.ncl.cs.instantsoap.python | |
uk.ac.ncl.cs.instantsoap.r | |
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.strategydp | Strategies for dispatching job requests. |
uk.ac.ncl.cs.instantsoap.stringprocessor | API for exposing simple String -> String transformations through InstantSOAP. |
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 JobExecutionException in example |
---|
Methods in example that throw JobExecutionException | |
---|---|
String |
StringAppender.process(String data)
|
String |
BobAppender.process(String data)
|
String |
SimpleMath.process(String data)
|
Map<String,String> |
DivMod.process(String application,
Map<String,String> inputs)
|
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.client |
---|
Methods in uk.ac.ncl.cs.instantsoap.client that throw JobExecutionException | |
---|---|
void |
InstantSoapClient.invokeAndBlock()
|
void |
InstantSoapClient.invokeNonBlocking()
|
static Map<String,String> |
InstantSoapClientUtils.invokeNonBlockingAndBlock(WebServiceDispatcher dispatcher,
JobSpecification js,
String pollMessage)
|
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.commandlineprocessor |
---|
Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor that throw JobExecutionException | |
---|---|
Map<String,String> |
CommandLineProcessor.process(String application,
Map<String,String> inputs)
|
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution |
---|
Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution that throw JobExecutionException | |
---|---|
Map<String,String> |
ExecuteLocally.execute(CommandFormatter formatter,
CommandFormat format,
CommandLine<String> command,
Map<String,String> inputs)
|
Map<String,String> |
CommandExecutionStrategy.execute(CommandFormatter formatter,
CommandFormat format,
CommandLine<String> command,
Map<String,String> inputs)
Execute a command. |
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.commandlineprocessor.parameterRenaming |
---|
Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.parameterRenaming that throw JobExecutionException | |
---|---|
Map<String,String> |
ParameterRenamerImpl.renameInputs(Map<String,String> inputRenaming,
Map<String,String> inputs)
|
Map<String,String> |
ParameterRenamer.renameInputs(Map<String,String> inputRenaming,
Map<String,String> inputs)
Rename inputs from external to internal names. |
Map<String,String> |
ParameterRenamerImpl.renameOutputs(Map<String,String> outputRenaming,
Map<String,String> results)
|
Map<String,String> |
ParameterRenamer.renameOutputs(Map<String,String> outputRenaming,
Map<String,String> results)
Rename outputs from internal to external names. |
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.job |
---|
Methods in uk.ac.ncl.cs.instantsoap.job that throw JobExecutionException | |
---|---|
Throwable |
Job.getFailureReason()
Get the reason for failure. |
Throwable |
JobManager.getFailureReason(UUID uuid)
Get the reason for failure for the job associated with the id. |
Map<String,String> |
Job.getResult()
Get the results data. |
Map<String,String> |
JobManager.getResult(UUID uuid)
Get the results of the job associated with the id. |
void |
Job.setFailureReason(Throwable throwable)
Set the reason for failure. |
void |
JobManager.setFailureReason(UUID uuid,
Throwable failureReason)
Set the reason for failure for the job associated with the id. |
void |
JobManager.setResult(UUID uuid,
Map<String,String> result)
Set the results of the job associated with the id. |
void |
Job.setResut(Map<String,String> data)
Set the result data. |
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.job.impl |
---|
Methods in uk.ac.ncl.cs.instantsoap.job.impl that throw JobExecutionException | |
---|---|
Throwable |
FileJob.getFailureReason()
|
Throwable |
JobManagerImpl.getFailureReason(UUID uuid)
|
Map<String,String> |
FileJob.getResult()
|
Map<String,String> |
JobManagerImpl.getResult(UUID uuid)
|
void |
FileJob.setFailureReason(Throwable failureReason)
|
void |
JobManagerImpl.setFailureReason(UUID uuid,
Throwable failureReason)
|
void |
JobManagerImpl.setResult(UUID uuid,
Map<String,String> result)
|
void |
FileJob.setResut(Map<String,String> data)
|
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.mapprocessor |
---|
Methods in uk.ac.ncl.cs.instantsoap.mapprocessor that throw JobExecutionException | |
---|---|
Map<String,String> |
MultiplexingMapProcessor.process(String application,
Map<String,String> inputs)
|
Map<String,String> |
MapProcessor.process(String application,
Map<String,String> inputs)
Handle a request. |
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.python |
---|
Methods in uk.ac.ncl.cs.instantsoap.python that throw JobExecutionException | |
---|---|
Map<String,String> |
PythonProcessor.process(String application,
Map<String,String> inputs)
|
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.r |
---|
Methods in uk.ac.ncl.cs.instantsoap.r that throw JobExecutionException | |
---|---|
String |
RDataFrameProcessor.process(String input)
|
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.servicedp |
---|
Methods in uk.ac.ncl.cs.instantsoap.servicedp that throw JobExecutionException | |
---|---|
NonBlockingInvocationResponse |
AsynchronousServiceDispatcher.getExecutionResult(UUID uuid)
Return the result of the jobManager. |
BlockedInvocationResponse |
SynchronousServiceDispatcher.invoke(JobSpecification jobSpec)
Invoke the invocation, blocking the calling thread. |
UUID |
AsynchronousServiceDispatcher.invoke(JobSpecification specification)
Invoke the jobManager. |
InvocationState |
AsynchronousServiceDispatcher.pollState(UUID uuid)
Poll the state of the invocation. |
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.servicedp.impl |
---|
Methods in uk.ac.ncl.cs.instantsoap.servicedp.impl that throw JobExecutionException | |
---|---|
NonBlockingInvocationResponse |
AsynchronousServiceDispatcherImpl.getExecutionResult(UUID id)
|
BlockedInvocationResponse |
SynchronousServiceDispatcherImpl.invoke(JobSpecification jobSpec)
|
UUID |
AsynchronousServiceDispatcherImpl.invoke(JobSpecification jobSpec)
|
void |
AsynchronousServiceDispatcherImpl.StrategyDispatcherListenerImpl.jobCompletedSuccessfully(Map<String,String> result)
|
InvocationState |
AsynchronousServiceDispatcherImpl.pollState(UUID id)
|
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.strategydp |
---|
Methods in uk.ac.ncl.cs.instantsoap.strategydp that throw JobExecutionException | |
---|---|
void |
StrategyDispatcherListener.jobCompletedSuccessfully(Map<String,String> result)
Notification that the job has completed successfully. |
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.stringprocessor |
---|
Methods in uk.ac.ncl.cs.instantsoap.stringprocessor that throw JobExecutionException | |
---|---|
String |
StringProcessor.process(String data)
Process input data. |
Map<String,String> |
Map2StringProcessor.process(String application,
Map<String,String> contents)
|
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.wsapi |
---|
Methods in uk.ac.ncl.cs.instantsoap.wsapi that throw JobExecutionException | |
---|---|
static Map<String,String> |
Wsapi.invoke(WebServiceDispatcher wsd,
JobSpecification js)
|
BlockedInvocationResponse |
WebServiceDispatcher.invokeAndBlock(JobSpecification jobSpec)
Invoke the jobManager, and return the result. |
NonBlockingInvocationResponse |
WebServiceDispatcher.invokeNonBlocking(JobSpecification jobSpec)
Invoke the jobManager, returning immediately. |
NonBlockingInvocationResponse |
WebServiceDispatcher.pollForResult(UUID uuid)
Poll the jobManager for completion. |
Uses of JobExecutionException in uk.ac.ncl.cs.instantsoap.wsapi.impl |
---|
Methods in uk.ac.ncl.cs.instantsoap.wsapi.impl that throw JobExecutionException | |
---|---|
BlockedInvocationResponse |
WebServiceDispatcherImpl.invokeAndBlock(JobSpecification jobSpec)
|
NonBlockingInvocationResponse |
WebServiceDispatcherImpl.invokeNonBlocking(JobSpecification jobSpec)
|
NonBlockingInvocationResponse |
WebServiceDispatcherImpl.pollForResult(UUID uuid)
|
String |
EchoingStringProcessor.process(String data)
|
Map<String,String> |
EchoingMapProcessor.process(String application,
Map<String,String> inputs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |