Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.delegation.impl.fork
Class AndFork  view AndFork download AndFork.java

java.lang.Object
  extended byorg.jbpm.workflow.delegation.impl.fork.AndFork
All Implemented Interfaces:
org.jbpm.workflow.delegation.ForkHandler

public class AndFork
extends java.lang.Object
implements org.jbpm.workflow.delegation.ForkHandler


Field Summary
private static org.apache.log4j.Logger log
           
 
Constructor Summary
AndFork()
           
 
Method Summary
 void fork(org.jbpm.workflow.delegation.ForkContext forkContext)
          calculates the names of the org.jbpm.workflow.definition.Transitions to be activated concurrently.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.log4j.Logger log
Constructor Detail

AndFork

public AndFork()
Method Detail

fork

public void fork(org.jbpm.workflow.delegation.ForkContext forkContext)
Description copied from interface: org.jbpm.workflow.delegation.ForkHandler
calculates the names of the org.jbpm.workflow.definition.Transitions to be activated concurrently. The same name can be added multiple times to start multiple instances of the same flow. All of the forked org.jbpm.workflow.execution.Flows will be synchronized in the same org.jbpm.workflow.definition.Join. * @param forkContext is the object that allows the Forker-implementator to communicate with the jBpm process engine.

Specified by:
fork in interface org.jbpm.workflow.delegation.ForkHandler