org.kuali.rice.kew.engine.node
Class SimpleJoinNode

java.lang.Object
  extended by org.kuali.rice.kew.engine.node.SimpleJoinNode
All Implemented Interfaces:
JoinNode, Node

public class SimpleJoinNode
extends Object
implements JoinNode

A simple implementation of a JoinNode which indicates it is complete once all branches have joined.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
protected  org.apache.log4j.Logger LOG
           
 
Constructor Summary
SimpleJoinNode()
           
 
Method Summary
 JoinResult process(RouteContext context, RouteHelper helper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected final org.apache.log4j.Logger LOG
Constructor Detail

SimpleJoinNode

public SimpleJoinNode()
Method Detail

process

public JoinResult process(RouteContext context,
                          RouteHelper helper)
                   throws Exception
Specified by:
process in interface JoinNode
Throws:
Exception


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.