com.bankframe.ei.txnhandler.transactionresponse.errorcondition
Class TransactionErrorConditionImplt

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.transactionresponse.errorcondition.TransactionErrorConditionImplt
All Implemented Interfaces:
EEntityRemote, javax.ejb.EJBObject, java.rmi.Remote, TransactionErrorCondition

public class TransactionErrorConditionImplt
extends java.lang.Object
implements TransactionErrorCondition

This class serves as a lightweight proxy representation of a TransactionErrorCondition EJB for caching purposes.


Field Summary
 java.lang.String combineNext
           
 java.lang.String condition
           
 java.lang.String errorTxnCode
           
 java.lang.String errorTxnType
           
 int sequence
           
 java.lang.String txnCode
           
 java.lang.String txnFieldName
           
 java.lang.String txnType
           
 java.lang.String value
           
 
Constructor Summary
TransactionErrorConditionImplt(java.lang.String txnCode, java.lang.String txnType, int sequence, java.lang.String txnFieldName, java.lang.String condition, java.lang.String value, java.lang.String combineNext, java.lang.String errorTxnCode, java.lang.String errorTxnType)
          This method is the constructor for the TransactionErrorCondition
 
Method Summary
 java.lang.String getCombineNext()
          This method returns the CombineNext
 java.lang.String getCondition()
          This method returns the condition for matching error
 javax.ejb.EJBHome getEJBHome()
          This method gets the EJB Home interface
 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
 javax.ejb.Handle getHandle()
          This method gets the EJB handle
 java.lang.Object getPrimaryKey()
          This method gets the Destination PrimaryKey
 int getSequence()
          This method returns the sequence number
 java.lang.String getTxnCode()
          This method returns the transaction code
 java.lang.String getTxnFieldName()
          This method returns the transaction FieldName that this error uses
 java.lang.String getTxnType()
          This method returns the transaction type
 java.lang.String getValue()
          This method returns the value indicating an error for condition
 boolean isIdentical(javax.ejb.EJBObject param1)
          This method determines if EJB objects identical
 void remove()
          This method does nothing
 DataPacket toDataPacket()
          This method converts transaction error condition to DataPacket
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

txnCode

public java.lang.String txnCode

txnType

public java.lang.String txnType

sequence

public int sequence

txnFieldName

public java.lang.String txnFieldName

condition

public java.lang.String condition

value

public java.lang.String value

combineNext

public java.lang.String combineNext

errorTxnCode

public java.lang.String errorTxnCode

errorTxnType

public java.lang.String errorTxnType
Constructor Detail

TransactionErrorConditionImplt

public TransactionErrorConditionImplt(java.lang.String txnCode,
                                      java.lang.String txnType,
                                      int sequence,
                                      java.lang.String txnFieldName,
                                      java.lang.String condition,
                                      java.lang.String value,
                                      java.lang.String combineNext,
                                      java.lang.String errorTxnCode,
                                      java.lang.String errorTxnType)
This method is the constructor for the TransactionErrorCondition

Parameters:
txnCode - Transaction Code
txnType - Tranasction Type
sequence - is the sequence number for the error condition
txnFieldName - Transaction Field Name containing error value
condition - Condition for error
value - for error
combineNext - with next error
errorTxnCode - is the txn code that this error will use to process the host system data
errorTxnType - is the txn type that this error will use to process the host system data
Method Detail

getEJBHome

public javax.ejb.EJBHome getEJBHome()
                             throws java.rmi.RemoteException
This method gets the EJB Home interface

Specified by:
getEJBHome in interface javax.ejb.EJBObject
Returns:
null
Throws:
java.rmi.RemoteException

getHandle

public javax.ejb.Handle getHandle()
                           throws java.rmi.RemoteException
This method gets the EJB handle

Specified by:
getHandle in interface javax.ejb.EJBObject
Returns:
null
Throws:
java.rmi.RemoteException

getPrimaryKey

public java.lang.Object getPrimaryKey()
                               throws java.rmi.RemoteException
This method gets the Destination PrimaryKey

Specified by:
getPrimaryKey in interface javax.ejb.EJBObject
Returns:
null
Throws:
java.rmi.RemoteException

getTxnCode

public java.lang.String getTxnCode()
This method returns the transaction code

Specified by:
getTxnCode in interface TransactionErrorCondition
Returns:
transaction type

getTxnType

public java.lang.String getTxnType()
This method returns the transaction type

Specified by:
getTxnType in interface TransactionErrorCondition
Returns:
transaction type

getSequence

public int getSequence()
This method returns the sequence number

Specified by:
getSequence in interface TransactionErrorCondition
Returns:
int sequence number

getTxnFieldName

public java.lang.String getTxnFieldName()
This method returns the transaction FieldName that this error uses

Specified by:
getTxnFieldName in interface TransactionErrorCondition
Returns:
transaction type

getCondition

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

Specified by:
getCondition in interface TransactionErrorCondition
Returns:
condition

getValue

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

Specified by:
getValue in interface TransactionErrorCondition
Returns:
condition

getCombineNext

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

Specified by:
getCombineNext in interface TransactionErrorCondition
Returns:
condition

getErrorTxnCode

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

Specified by:
getErrorTxnCode in interface TransactionErrorCondition
Returns:
transaction code

getErrorTxnType

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

Specified by:
getErrorTxnType in interface TransactionErrorCondition
Returns:
transaction type

isIdentical

public boolean isIdentical(javax.ejb.EJBObject param1)
                    throws java.rmi.RemoteException
This method determines if EJB objects identical

Specified by:
isIdentical in interface javax.ejb.EJBObject
Returns:
false
Throws:
java.rmi.RemoteException

remove

public void remove()
            throws java.rmi.RemoteException,
                   javax.ejb.RemoveException
This method does nothing

Specified by:
remove in interface javax.ejb.EJBObject
Throws:
java.rmi.RemoteException
javax.ejb.RemoveException

toDataPacket

public DataPacket toDataPacket()
This method converts transaction error condition to DataPacket

Specified by:
toDataPacket in interface TransactionErrorCondition
Returns:
DataPacket containing transaction error condition data


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