com.bankframe.fe.statemachine.ext.apps
Class ProcessExecutionRecord

java.lang.Object
  extended by com.bankframe.fe.statemachine.ext.apps.ProcessExecutionRecord

public class ProcessExecutionRecord
extends Object


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

ProcessExecutionRecord

public ProcessExecutionRecord(IProcess process,
                              Vector requestDPs,
                              Vector responseDPs,
                              int index)
Constructor for ProcessExecutionRecord.

Method Detail

getExecutionOrder

public int getExecutionOrder()
Returns the executionOrder.

Returns:
int

getProcess

public IProcess getProcess()
Returns the process.

Returns:
IProcess

getRequestDPs

public Vector getRequestDPs()
Returns the requestDPs.

Returns:
Vector

getResponseDPs

public Vector getResponseDPs()
Returns the responseDPs.

Returns:
Vector


Copyright © 2005, 2007, Oracle. All rights reserved.