com.bankframe.ei.txnhandler.transactionresponse.errorcondition
Interface TransactionErrorCondition

All Superinterfaces:
EEntityRemote, EJBObject, Remote
All Known Implementing Classes:
TransactionErrorConditionImplt

public interface TransactionErrorCondition
extends EEntityRemote

This is the remote interface of the TransactionErrorConditionBean Entity Bean


Method Summary
 String getCombineNext()
          This method returns the CombineNext
 String getCondition()
          This method returns the condition for matching error
 String getErrorTxnCode()
          This method returns the transaction code this error will use to process the host system data.
 String getErrorTxnType()
          This method returns the transaction type this error will use to process the host system data.
 int getSequence()
          This method returns the sequence number
 String getTxnCode()
          This method returns this transaction's code
 String getTxnFieldName()
          This method returns the txn FieldName that this error uses
 String getTxnType()
          This method returns this transaction's type
 String getValue()
          This method returns the value indicating an error for condition
 DataPacket toDataPacket()
          Convert transaction route data to DataPacket
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getTxnCode

String getTxnCode()
                  throws RemoteException
This method returns this transaction's code

Returns:
transaction code
Throws:
RemoteException

getTxnType

String getTxnType()
                  throws RemoteException
This method returns this transaction's type

Returns:
transaction type
Throws:
RemoteException

getSequence

int getSequence()
                throws RemoteException
This method returns the sequence number

Returns:
int sequence number
Throws:
RemoteException

getTxnFieldName

String getTxnFieldName()
                       throws RemoteException
This method returns the txn FieldName that this error uses

Returns:
transaction type
Throws:
RemoteException

getCondition

String getCondition()
                    throws RemoteException
This method returns the condition for matching error

Returns:
condition
Throws:
RemoteException

getValue

String getValue()
                throws RemoteException
This method returns the value indicating an error for condition

Returns:
condition
Throws:
RemoteException

getCombineNext

String getCombineNext()
                      throws RemoteException
This method returns the CombineNext

Returns:
condition
Throws:
RemoteException

getErrorTxnCode

String getErrorTxnCode()
                       throws RemoteException
This method returns the transaction code this error will use to process the host system data.

Returns:
error transaction code
Throws:
RemoteException

getErrorTxnType

String getErrorTxnType()
                       throws RemoteException
This method returns the transaction type this error will use to process the host system data.

Returns:
error transaction type
Throws:
RemoteException

toDataPacket

DataPacket toDataPacket()
                        throws RemoteException
Convert transaction route data to DataPacket

Specified by:
toDataPacket in interface EEntityRemote
Returns:
DataPacket containing transaction route data
Throws:
RemoteException


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