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

All Superinterfaces:
EEntityRemote, javax.ejb.EJBObject, java.rmi.Remote
All Known Implementing Classes:
TransactionErrorConditionImplt

public interface TransactionErrorCondition
extends EEntityRemote

This is the remote interface of the TransactionErrorConditionBean Entity Bean


Method Summary
 java.lang.String getCombineNext()
          This method returns the CombineNext
 java.lang.String getCondition()
          This method returns the condition for matching error
 java.lang.String getErrorTxnCode()
          This method returns the transaction code this error will use to process the host system data.
 java.lang.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
 java.lang.String getTxnCode()
          This method returns this transaction's code
 java.lang.String getTxnFieldName()
          This method returns the txn FieldName that this error uses
 java.lang.String getTxnType()
          This method returns this transaction's type
 java.lang.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

public java.lang.String getTxnCode()
                            throws java.rmi.RemoteException
This method returns this transaction's code

Returns:
transaction code
Throws:
java.rmi.RemoteException

getTxnType

public java.lang.String getTxnType()
                            throws java.rmi.RemoteException
This method returns this transaction's type

Returns:
transaction type
Throws:
java.rmi.RemoteException

getSequence

public int getSequence()
                throws java.rmi.RemoteException
This method returns the sequence number

Returns:
int sequence number
Throws:
java.rmi.RemoteException

getTxnFieldName

public java.lang.String getTxnFieldName()
                                 throws java.rmi.RemoteException
This method returns the txn FieldName that this error uses

Returns:
transaction type
Throws:
java.rmi.RemoteException

getCondition

public java.lang.String getCondition()
                              throws java.rmi.RemoteException
This method returns the condition for matching error

Returns:
condition
Throws:
java.rmi.RemoteException

getValue

public java.lang.String getValue()
                          throws java.rmi.RemoteException
This method returns the value indicating an error for condition

Returns:
condition
Throws:
java.rmi.RemoteException

getCombineNext

public java.lang.String getCombineNext()
                                throws java.rmi.RemoteException
This method returns the CombineNext

Returns:
condition
Throws:
java.rmi.RemoteException

getErrorTxnCode

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

Returns:
error transaction code
Throws:
java.rmi.RemoteException

getErrorTxnType

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

Returns:
error transaction type
Throws:
java.rmi.RemoteException

toDataPacket

public DataPacket toDataPacket()
                        throws java.rmi.RemoteException
Convert transaction route data to DataPacket

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


Copyright © 2004 Siebel Systems, Inc. All rights reserved.