xflow.server.controller
Class WaitingP
java.lang.Object
xflow.server.controller.WaitingP
- public class WaitingP
- extends java.lang.Object
|
Method Summary |
void |
addProcess(java.lang.Integer workflowId,
int destNodeId,
int fromNodeId)
|
boolean |
allProcessesArrived(java.util.List fromNodes,
java.lang.Integer workflowId,
int destNodeId)
|
void |
removeProcesses(java.lang.Integer wfId)
|
void |
removeProcesses(java.util.List fromNodes,
java.lang.Integer workflowId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaitingP
public WaitingP()
addProcess
public void addProcess(java.lang.Integer workflowId,
int destNodeId,
int fromNodeId)
throws XflowException,
java.sql.SQLException
- Throws:
XflowException
java.sql.SQLException
removeProcesses
public void removeProcesses(java.util.List fromNodes,
java.lang.Integer workflowId)
throws XflowException,
java.sql.SQLException
- Throws:
XflowException
java.sql.SQLException
removeProcesses
public void removeProcesses(java.lang.Integer wfId)
throws XflowException,
java.sql.SQLException
- Throws:
XflowException
java.sql.SQLException
allProcessesArrived
public boolean allProcessesArrived(java.util.List fromNodes,
java.lang.Integer workflowId,
int destNodeId)
throws XflowException,
java.sql.SQLException
- Throws:
XflowException
java.sql.SQLException