|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.transactionresponse.metadata.MetaDataImplt
public class MetaDataImplt
This class serves as a lightweight proxy representation of a Transaction Response MetaData for caching purposes.
Field Summary | |
---|---|
String |
dataPacketField
|
int |
dataPacketIndex
|
String |
dataPacketName
|
String |
dataPacketPrimaryKeyField
|
String |
defaultValue
|
String |
txnCode
|
String |
txnFieldName
|
String |
txnType
|
Constructor Summary | |
---|---|
MetaDataImplt(String txnCode,
String txnType,
String dataPacketName,
String dataPacketField,
int dataPacketIndex,
String dataPacketPrimaryKeyField,
String txnFieldName,
String defaultValue)
MetaDataImpl constructor |
Method Summary | |
---|---|
String |
getDataPacketField()
This method returns the DataPacket Field |
int |
getDataPacketIndex()
This method returns the DataPacket Index |
String |
getDataPacketName()
This method returns the DataPacket name |
String |
getDataPacketPrimaryKeyField()
This method returns the DataPacket PrimaryKey Field |
String |
getDefaultValue()
This method returns the defaultValue |
EJBHome |
getEJBHome()
This method gets the EJB Home interface |
Handle |
getHandle()
This method gets the EJB handle |
Object |
getPrimaryKey()
This method gets the Destination PrimaryKey |
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 |
boolean |
isIdentical(EJBObject param1)
This method determines if EJB objects identical |
void |
remove()
This method does nothing |
DataPacket |
toDataPacket()
This method converts transaction response metadata 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 String dataPacketName
public String dataPacketField
public int dataPacketIndex
public String dataPacketPrimaryKeyField
public String txnFieldName
public String defaultValue
Constructor Detail |
---|
public MetaDataImplt(String txnCode, String txnType, String dataPacketName, String dataPacketField, int dataPacketIndex, String dataPacketPrimaryKeyField, String txnFieldName, String defaultValue)
txnCode
- Transaction CodetxnType
- Transaction TypedataPacketName
- DataPacket namedataPacketField
- DataPacket fielddataPacketIndex
- DataPacket IndexdataPacketPrimaryKeyField
- indicates if field is PK in DataPackettxnFieldName
- indicates the txn field this meta-data maps todefaultValue
- Method 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 MetaData
public String getTxnType()
getTxnType
in interface MetaData
public String getDataPacketName()
getDataPacketName
in interface MetaData
public String getDataPacketField()
getDataPacketField
in interface MetaData
public int getDataPacketIndex()
getDataPacketIndex
in interface MetaData
public String getDataPacketPrimaryKeyField()
getDataPacketPrimaryKeyField
in interface MetaData
public String getTxnFieldName()
getTxnFieldName
in interface MetaData
public String getDefaultValue()
getDefaultValue
in interface MetaData
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 MetaData
toDataPacket
in interface EEntityRemote
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |