This package contains the factories which permit to create jobs from XML descriptors.
See: Description
Class | Description |
---|---|
FlatJobFactory |
This class implements static methods use to parse a text file containing commands, and from it build
a ProActive Scheduler job made of native tasks.
|
FlowChecker |
Static checking utility for TaskFlow Jobs
|
FlowChecker.Block |
Dummy pair class containing two Task
|
FlowChecker.TaskTree |
Dummy double linked Task tree structure
natural Tasks only have bottom-up links
|
GetJobContentGenerator |
Factory used to create a job content as merge between submitted xml
and provided
variables and genericInfo maps. |
Job2XMLTransformer |
Helper class to transform a job into its xml representation.
|
JobComparator | |
JobFactory |
JobFactory is used to parse XML Job descriptor.
|
StaxJobFactory |
StaxJobFactory provide an implementation of the JobFactory using StAX
|
ValidationUtil |
Utility class for validate job descriptor (job.xml) files.
|
Enum | Description |
---|---|
FlowError.FlowErrorType |
Generic category of the error type,
for a specific message use
Throwable.getMessage() |
Schemas | |
XMLAttributes |
XMLAttributes defines attributes allowed in XML job descriptors.
|
XMLTags |
XMLTags defines all tags that can be used in an XML job descriptor.
|
Exception | Description |
---|---|
FlowError |
Exception thrown upon detection of an invalid workflow,
see
FlowChecker.validate(org.ow2.proactive.scheduler.common.job.TaskFlowJob) |
This package contains the factories which permit to create jobs from XML descriptors.
@author ProActive Team. November 2009 @since ProActive 3.9