xflow.server.controller
Class ProcessStack

java.lang.Object
  extended byxflow.server.controller.ProcessStack

public class ProcessStack
extends java.lang.Object


Constructor Summary
ProcessStack()
           
 
Method Summary
 PopNode pop(int workflowId, Node endNode)
           
 void push(java.lang.Integer workflowId, int cGid, Node containerNode, Node endNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessStack

public ProcessStack()
Method Detail

push

public void push(java.lang.Integer workflowId,
                 int cGid,
                 Node containerNode,
                 Node endNode)
          throws XflowException,
                 java.sql.SQLException
Throws:
XflowException
java.sql.SQLException

pop

public PopNode pop(int workflowId,
                   Node endNode)
            throws XflowException,
                   java.sql.SQLException
Throws:
XflowException
java.sql.SQLException