| Package | Description |
|---|---|
| org.jppf.node.policy |
Classes supporting the application of execution policy to task bundles and nodes.
|
| Modifier and Type | Field and Description |
|---|---|
List<PolicyDescriptor> |
PolicyDescriptor.children
The children of this element, if any.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDescriptor |
PolicyParser.parse(Reader reader)
Parse an XML document in a reader into a tree of option descriptors.
|
PolicyDescriptor |
PolicyParser.parse(String docPath)
Parse an XML document in a file into a tree of option descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionPolicy |
PolicyBuilder.buildPolicy(PolicyDescriptor desc)
Build an execution policy from a parsed policy descriptor.
|
Copyright © 2005-2012 JPPF Team.