Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jppf.node.policy Classes and Interfaces - 29 results found.
NameDescriptionTypePackageFramework
AtLeastAn execution policy rule that encapsulates a test of type property_value >= value.Classorg.jppf.node.policyJppf
AtMostAn execution policy rule that encapsulates a test of type property_value .Classorg.jppf.node.policyJppf
BetweenEEAn execution policy rule that encapsulates a test of type a < property_value < b.Classorg.jppf.node.policyJppf
BetweenEIAn execution policy rule that encapsulates a test of type a < property_value <= b.Classorg.jppf.node.policyJppf
BetweenIEAn execution policy rule that encapsulates a test of type a <= property_value < b.Classorg.jppf.node.policyJppf
BetweenIIAn execution policy rule that encapsulates a test of type a <= property_value <= b.Classorg.jppf.node.policyJppf
BetweenPolicyAn execution policy rule that encapsulates a test of type a < property_value < b.Classorg.jppf.node.policyJppf
ContainsAn execution policy rule that encapsulates a test of type property_value contains string.Classorg.jppf.node.policyJppf
CustomPolicyAbstract superclass for all user-defined policies.Classorg.jppf.node.policyJppf
EqualAn execution policy rule that encapsulates a test of type property_value == value.Classorg.jppf.node.policyJppf
ExecutionPolicyInterface for all execution policy implementations.Classorg.jppf.node.policyJppf
ExecutionPolicy .AndRuleAn execution policy that realizes a logical "AND" combination of multiple policies specified as operands.Classorg.jppf.node.policyJppf
ExecutionPolicy .LogicalRuleAn execution policy that realizes a binary logical combination of the policies specified as operands.Classorg.jppf.node.policyJppf
ExecutionPolicy .NotRuleAn execution policy that realizes the negation of a policy specified as operand.Classorg.jppf.node.policyJppf
ExecutionPolicy .OrRuleAn execution policy that realizes a logical "OR" combination of multiple policies specified as operands.Classorg.jppf.node.policyJppf
ExecutionPolicy .XorRuleAn execution policy that realizes a logical "XOR" combination of multiple policies specified as operands.Classorg.jppf.node.policyJppf
IsInIPv4SubnetAn execution policy rule that encapsulates a test of type IPv4 is in This policy has the following XML representation:Classorg.jppf.node.policyJppf
IsInIPv6SubnetAn execution policy rule that encapsulates a test of type IPv6 is in Subnet string.Classorg.jppf.node.policyJppf
LessThanAn execution policy rule that encapsulates a test of type property_value < value.Classorg.jppf.node.policyJppf
MoreThanAn execution policy rule that encapsulates a test of type property_value > value.Classorg.jppf.node.policyJppf
OneOfClassorg.jppf.node.policyJppf
PolicyBuilderInstances of this class build an execution policy graph, based on a policy descriptor parsed from an XML document.Classorg.jppf.node.policyJppf
PolicyContextInstances of this class provide contextual information to execution policies.Classorg.jppf.node.policyJppf
PolicyDescriptorIntermediary data structure generated by the xml parser that makes the actual building of an execution policy easier.Classorg.jppf.node.policyJppf
PolicyParserThis class is a parser for XML Execution Policy documents.Classorg.jppf.node.policyJppf
PolicyRuleTestSimple test of an execution policy.Classorg.jppf.node.policyJppf
PreferenceA policy which evaluates a set of policies ordered by preference.Classorg.jppf.node.policyJppf
RegExpAn execution policy rule that encapsulates a test of type property_value matches regular_expression.Classorg.jppf.node.policyJppf
ScriptedPolicyA policy which executes an aribtrary script in its accepts() method.Classorg.jppf.node.policyJppf