|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.transactionresponse.errorcondition.TransactionErrorConditionImplt
public class TransactionErrorConditionImplt
This class serves as a lightweight proxy representation of a TransactionErrorCondition EJB for caching purposes.
Field Summary | |
---|---|
String |
combineNext
|
String |
condition
|
String |
errorTxnCode
|
String |
errorTxnType
|
int |
sequence
|
String |
txnCode
|
String |
txnFieldName
|
String |
txnType
|
String |
value
|
Constructor Summary | |
---|---|
TransactionErrorConditionImplt(String txnCode,
String txnType,
int sequence,
String txnFieldName,
String condition,
String value,
String combineNext,
String errorTxnCode,
String errorTxnType)
This method is the constructor for the TransactionErrorCondition |
Method Summary | |
---|---|
String |
getCombineNext()
This method returns the CombineNext |
String |
getCondition()
This method returns the condition for matching error |
EJBHome |
getEJBHome()
This method gets the EJB Home interface |
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 |
Handle |
getHandle()
This method gets the EJB handle |
Object |
getPrimaryKey()
This method gets the Destination PrimaryKey |
int |
getSequence()
This method returns the sequence number |
String |
getTxnCode()
This method returns the transaction code |
String |
getTxnFieldName()
This method returns the transaction FieldName that this error uses |
String |
getTxnType()
This method returns the transaction type |
String |
getValue()
This method returns the value indicating an error for condition |
boolean |
isIdentical(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 |
---|
public String txnCode
public String txnType
public int sequence
public String txnFieldName
public String condition
public String value
public String combineNext
public String errorTxnCode
public String errorTxnType
Constructor Detail |
---|
public TransactionErrorConditionImplt(String txnCode, String txnType, int sequence, String txnFieldName, String condition, String value, String combineNext, String errorTxnCode, String errorTxnType)
txnCode
- Transaction CodetxnType
- Tranasction Typesequence
- is the sequence number for the error conditiontxnFieldName
- Transaction Field Name containing error valuecondition
- Condition for errorvalue
- for errorcombineNext
- with next errorerrorTxnCode
- is the txn code that this error will use
to process the host system dataerrorTxnType
- is the txn type that this error will use
to process the host system dataMethod Detail |
---|
public EJBHome getEJBHome() throws RemoteException
getEJBHome
in interface EJBObject
RemoteException
public Handle getHandle() throws RemoteException
getHandle
in interface EJBObject
RemoteException
public Object getPrimaryKey() throws RemoteException
getPrimaryKey
in interface EJBObject
RemoteException
public String getTxnCode()
getTxnCode
in interface TransactionErrorCondition
public String getTxnType()
getTxnType
in interface TransactionErrorCondition
public int getSequence()
getSequence
in interface TransactionErrorCondition
public String getTxnFieldName()
getTxnFieldName
in interface TransactionErrorCondition
public String getCondition()
getCondition
in interface TransactionErrorCondition
public String getValue()
getValue
in interface TransactionErrorCondition
public String getCombineNext()
getCombineNext
in interface TransactionErrorCondition
public String getErrorTxnCode()
getErrorTxnCode
in interface TransactionErrorCondition
public String getErrorTxnType()
getErrorTxnType
in interface TransactionErrorCondition
public boolean isIdentical(EJBObject param1) throws RemoteException
isIdentical
in interface EJBObject
RemoteException
public void remove() throws RemoteException, RemoveException
remove
in interface EJBObject
RemoteException
RemoveException
public DataPacket toDataPacket()
toDataPacket
in interface TransactionErrorCondition
toDataPacket
in interface EEntityRemote
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |