public class CustomCycleSplit extends Object implements SplitNode
Constructor and Description |
---|
CustomCycleSplit() |
Modifier and Type | Method and Description |
---|---|
static void |
configureCycle(String cycleBranchName,
String nonCycleBranchName,
int timesToCycle) |
static int |
getTimesCycled() |
SplitResult |
process(RouteContext context,
RouteHelper helper) |
public CustomCycleSplit()
public SplitResult process(RouteContext context, RouteHelper helper) throws Exception
public static void configureCycle(String cycleBranchName, String nonCycleBranchName, int timesToCycle)
public static int getTimesCycled()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.