palio.modules.hetman
Class ProcessDispatcher

java.lang.Object
  extended by palio.modules.hetman.ProcessDispatcher

public class ProcessDispatcher
extends java.lang.Object

Author:
Krzysztof Madyniak (kmadyniak@torn.com.pl)

Field Summary
static java.lang.String SUBPROCESS_PARAMETER
           
static java.lang.String TRANSITION_PARAMETER
           
 
Constructor Summary
ProcessDispatcher(Process process)
           
 
Method Summary
static ProcessExecutionContext getProcessExecutionContext()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSITION_PARAMETER

public static final java.lang.String TRANSITION_PARAMETER
See Also:
Constant Field Values

SUBPROCESS_PARAMETER

public static final java.lang.String SUBPROCESS_PARAMETER
See Also:
Constant Field Values
Constructor Detail

ProcessDispatcher

public ProcessDispatcher(Process process)
Method Detail

getProcessExecutionContext

public static ProcessExecutionContext getProcessExecutionContext()
                                                          throws HetmanException
Throws:
HetmanException