|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidJobSpecificationException | |
---|---|
example | |
uk.ac.ncl.cs.instantsoap.client | |
uk.ac.ncl.cs.instantsoap.commandlineprocessor | Processing and executing command-lines. |
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.strategydp.impl | Implementations of strategy dispatchers. |
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 InvalidJobSpecificationException in example |
---|
Methods in example that throw InvalidJobSpecificationException | |
---|---|
void |
StringAppender.validate(String data)
|
void |
BobAppender.validate(String data)
|
void |
SimpleMath.validate(String data)
|
void |
DivMod.validate(String application,
Map<String,String> inputs)
|
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.client |
---|
Methods in uk.ac.ncl.cs.instantsoap.client that throw InvalidJobSpecificationException | |
---|---|
void |
InstantSoapClient.invokeAndBlock()
|
void |
InstantSoapClient.invokeNonBlocking()
|
static Map<String,String> |
InstantSoapClientUtils.invokeNonBlockingAndBlock(WebServiceDispatcher dispatcher,
JobSpecification js,
String pollMessage)
|
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.commandlineprocessor |
---|
Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor that throw InvalidJobSpecificationException | |
---|---|
void |
CommandLineProcessor.validate(String application,
Map<String,String> inputs)
|
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.mapprocessor |
---|
Methods in uk.ac.ncl.cs.instantsoap.mapprocessor that throw InvalidJobSpecificationException | |
---|---|
void |
MultiplexingMapProcessor.validate(String application,
Map<String,String> inputs)
|
void |
MapProcessor.validate(String application,
Map<String,String> inputs)
Validate the inputs for the application. |
StrategyDispatcher.ValidatedJob |
MapStrategyDispatcher.validateJob(JobSpecification specification)
|
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.python |
---|
Methods in uk.ac.ncl.cs.instantsoap.python that throw InvalidJobSpecificationException | |
---|---|
void |
PythonProcessor.validate(String application,
Map<String,String> inputs)
|
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.r |
---|
Methods in uk.ac.ncl.cs.instantsoap.r that throw InvalidJobSpecificationException | |
---|---|
void |
RDataFrameProcessor.validate(String input)
|
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.servicedp |
---|
Methods in uk.ac.ncl.cs.instantsoap.servicedp that throw InvalidJobSpecificationException | |
---|---|
BlockedInvocationResponse |
SynchronousServiceDispatcher.invoke(JobSpecification jobSpec)
Invoke the invocation, blocking the calling thread. |
UUID |
AsynchronousServiceDispatcher.invoke(JobSpecification specification)
Invoke the jobManager. |
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.servicedp.impl |
---|
Methods in uk.ac.ncl.cs.instantsoap.servicedp.impl that throw InvalidJobSpecificationException | |
---|---|
BlockedInvocationResponse |
SynchronousServiceDispatcherImpl.invoke(JobSpecification jobSpec)
|
UUID |
AsynchronousServiceDispatcherImpl.invoke(JobSpecification jobSpec)
|
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.strategydp |
---|
Methods in uk.ac.ncl.cs.instantsoap.strategydp that throw InvalidJobSpecificationException | |
---|---|
StrategyDispatcher.ValidatedJob |
StrategyDispatcher.validateJob(JobSpecification specification)
Ensure that the jobManager specification can be dispatched. |
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.strategydp.impl |
---|
Methods in uk.ac.ncl.cs.instantsoap.strategydp.impl that throw InvalidJobSpecificationException | |
---|---|
StrategyDispatcher.ValidatedJob |
QueuedDispatcher.validateJob(JobSpecification specification)
|
StrategyDispatcher.ValidatedJob |
MultiplexingStrategyDispatcher.validateJob(JobSpecification specification)
|
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.stringprocessor |
---|
Methods in uk.ac.ncl.cs.instantsoap.stringprocessor that throw InvalidJobSpecificationException | |
---|---|
void |
StringProcessor.validate(String data)
Check that the input is valid. |
void |
Map2StringProcessor.validate(String application,
Map<String,String> contents)
|
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.wsapi |
---|
Methods in uk.ac.ncl.cs.instantsoap.wsapi that throw InvalidJobSpecificationException | |
---|---|
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. |
Uses of InvalidJobSpecificationException in uk.ac.ncl.cs.instantsoap.wsapi.impl |
---|
Methods in uk.ac.ncl.cs.instantsoap.wsapi.impl that throw InvalidJobSpecificationException | |
---|---|
BlockedInvocationResponse |
WebServiceDispatcherImpl.invokeAndBlock(JobSpecification jobSpec)
|
NonBlockingInvocationResponse |
WebServiceDispatcherImpl.invokeNonBlocking(JobSpecification jobSpec)
|
void |
EchoingStringProcessor.validate(String data)
|
void |
EchoingMapProcessor.validate(String application,
Map<String,String> inputs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |