|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.fe.statemachine.ext.apps.ProcessExecutionRecord
public class ProcessExecutionRecord
Constructor Summary | |
---|---|
ProcessExecutionRecord(IProcess process,
Vector requestDPs,
Vector responseDPs,
int index)
Constructor for ProcessExecutionRecord. |
Method Summary | |
---|---|
int |
getExecutionOrder()
Returns the executionOrder. |
IProcess |
getProcess()
Returns the process. |
Vector |
getRequestDPs()
Returns the requestDPs. |
Vector |
getResponseDPs()
Returns the responseDPs. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessExecutionRecord(IProcess process, Vector requestDPs, Vector responseDPs, int index)
Method Detail |
---|
public int getExecutionOrder()
public IProcess getProcess()
public Vector getRequestDPs()
public Vector getResponseDPs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |