| Name | Description | Type | Package | Framework |
| AtLeast | An execution policy rule that encapsulates a test of type property_value >= value. | Class | org.jppf.node.policy | Jppf |
|
| AtMost | An execution policy rule that encapsulates a test of type property_value . | Class | org.jppf.node.policy | Jppf |
|
| BetweenEE | An execution policy rule that encapsulates a test of type a < property_value < b. | Class | org.jppf.node.policy | Jppf |
|
| BetweenEI | An execution policy rule that encapsulates a test of type a < property_value <= b. | Class | org.jppf.node.policy | Jppf |
|
| BetweenIE | An execution policy rule that encapsulates a test of type a <= property_value < b. | Class | org.jppf.node.policy | Jppf |
|
| BetweenII | An execution policy rule that encapsulates a test of type a <= property_value <= b. | Class | org.jppf.node.policy | Jppf |
|
| BetweenPolicy | An execution policy rule that encapsulates a test of type a < property_value < b. | Class | org.jppf.node.policy | Jppf |
|
| Contains | An execution policy rule that encapsulates a test of type property_value contains string. | Class | org.jppf.node.policy | Jppf |
|
| CustomPolicy | Abstract superclass for all user-defined policies. | Class | org.jppf.node.policy | Jppf |
|
| Equal | An execution policy rule that encapsulates a test of type property_value == value. | Class | org.jppf.node.policy | Jppf |
|
| ExecutionPolicy | Interface for all execution policy implementations. | Class | org.jppf.node.policy | Jppf |
|
| ExecutionPolicy .AndRule | An execution policy that realizes a logical "AND" combination of multiple policies specified as operands. | Class | org.jppf.node.policy | Jppf |
|
| ExecutionPolicy .LogicalRule | An execution policy that realizes a binary logical combination of the policies specified as operands. | Class | org.jppf.node.policy | Jppf |
|
| ExecutionPolicy .NotRule | An execution policy that realizes the negation of a policy specified as operand. | Class | org.jppf.node.policy | Jppf |
|
| ExecutionPolicy .OrRule | An execution policy that realizes a logical "OR" combination of multiple policies specified as operands. | Class | org.jppf.node.policy | Jppf |
|
| ExecutionPolicy .XorRule | An execution policy that realizes a logical "XOR" combination of multiple policies specified as operands. | Class | org.jppf.node.policy | Jppf |
|
| IsInIPv4Subnet | An execution policy rule that encapsulates a test of type IPv4 is in This policy has the following XML representation: | Class | org.jppf.node.policy | Jppf |
|
| IsInIPv6Subnet | An execution policy rule that encapsulates a test of type IPv6 is in Subnet string. | Class | org.jppf.node.policy | Jppf |
|
| LessThan | An execution policy rule that encapsulates a test of type property_value < value. | Class | org.jppf.node.policy | Jppf |
|
| MoreThan | An execution policy rule that encapsulates a test of type property_value > value. | Class | org.jppf.node.policy | Jppf |
|
| OneOf | | Class | org.jppf.node.policy | Jppf |
|
| PolicyBuilder | Instances of this class build an execution policy graph, based on a policy descriptor parsed from an XML document. | Class | org.jppf.node.policy | Jppf |
|
| PolicyContext | Instances of this class provide contextual information to execution policies. | Class | org.jppf.node.policy | Jppf |
|
| PolicyDescriptor | Intermediary data structure generated by the xml parser that makes the actual building of an execution policy easier. | Class | org.jppf.node.policy | Jppf |
|
| PolicyParser | This class is a parser for XML Execution Policy documents. | Class | org.jppf.node.policy | Jppf |
|
| PolicyRuleTest | Simple test of an execution policy. | Class | org.jppf.node.policy | Jppf |
|
| Preference | A policy which evaluates a set of policies ordered by preference. | Class | org.jppf.node.policy | Jppf |
|
| RegExp | An execution policy rule that encapsulates a test of type property_value matches regular_expression. | Class | org.jppf.node.policy | Jppf |
|
| ScriptedPolicy | A policy which executes an aribtrary script in its accepts() method. | Class | org.jppf.node.policy | Jppf |