com.bankframe.ei.txnhandler
Class TransactionDetails

java.lang.Object
  extended by com.bankframe.ei.txnhandler.TransactionDetails

public class TransactionDetails
extends Object


Constructor Summary
TransactionDetails(DataPacket txnData, String txnCode, String txnType, DataFormat dataformat, Object connection, boolean isAsync)
           
 
Method Summary
 Object getConnection()
           
 DataFormat getDataFormat()
           
 Object getHostResponse()
           
 boolean getIsAsynchronous()
           
 boolean getIsEAB()
           
 String getTxnCode()
           
 DataPacket getTxnData()
           
 String getTxnType()
           
 void setHostResponse(Object newHostResponse)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionDetails

public TransactionDetails(DataPacket txnData,
                          String txnCode,
                          String txnType,
                          DataFormat dataformat,
                          Object connection,
                          boolean isAsync)
                   throws ProcessingErrorException
Throws:
ProcessingErrorException
Method Detail

getHostResponse

public Object getHostResponse()

setHostResponse

public void setHostResponse(Object newHostResponse)

getConnection

public Object getConnection()

getDataFormat

public DataFormat getDataFormat()

getIsAsynchronous

public boolean getIsAsynchronous()

getIsEAB

public boolean getIsEAB()

getTxnData

public DataPacket getTxnData()

getTxnCode

public String getTxnCode()

getTxnType

public String getTxnType()


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