Uses of Class org.quartz.locality.constraint.NodeGroupConstraint.Operator (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Class
org.quartz.locality.constraint.NodeGroupConstraint.Operator

Packages that use NodeGroupConstraint.Operator
org.quartz.locality.constraint   
 

Uses of NodeGroupConstraint.Operator in org.quartz.locality.constraint
 

Methods in org.quartz.locality.constraint that return NodeGroupConstraint.Operator
static NodeGroupConstraint.Operator NodeGroupConstraint.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeGroupConstraint.Operator[] NodeGroupConstraint.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.quartz.locality.constraint with parameters of type NodeGroupConstraint.Operator
NodeGroupConstraint(NodeGroupConstraint.Operator operator, String targetNodeGroup)
           
 



Copyright 2001-2011, Terracotta, Inc.