Rules can be nested only if the rule for the inner beginRule is contained within the rule for the outer beginRule. Also, begin/end pairs must be strictly nested. Only the rule that has most recently begun can be ended at any given time. @param rule the rule to end applying in this thread @throws IllegalArgumentException if this method is called on a rule for whichthere is no matching begin, or that does not match the most recent begin. @see ISchedulingRule#contains(ISchedulingRule)
|
|