|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.node.policy.PolicyDescriptor
public class PolicyDescriptor
Intermediary data structure generated by the xml parser that makes the actual building of an execution policy easier.
| Field Summary | |
|---|---|
List<String> |
arguments
List of arguments used in a custom (user-defined policy). |
List<PolicyDescriptor> |
children
The children of this element, if any. |
String |
className
The fullyqualified class name of a custom policy class. |
String |
ignoreCase
Determines whether case should be ignored in string comparisons. |
List<String> |
operands
The operands for this element, applies to non-logical rules (ie not AND, OR, XOR, NOT). |
String |
type
The type of rule, eg AND, NOT, OneOf, Equal, etc. |
String |
valueType
Type of value used for some rules (currently Equal and OneOf). |
| Constructor Summary | |
|---|---|
PolicyDescriptor()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String type
public String valueType
public String ignoreCase
public String className
public List<String> operands
public List<String> arguments
public List<PolicyDescriptor> children
| Constructor Detail |
|---|
public PolicyDescriptor()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||