|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.transactionlayout.impl.request.RequestTransactionFieldImplt
public class RequestTransactionFieldImplt
This class serves as a lightweight proxy representation of a RequestTransactionField entity for caching purposes.
Constructor Summary | |
---|---|
RequestTransactionFieldImplt(Map theDatabaseValues)
RequestTransactionFieldImpl constructor |
Method Summary | |
---|---|
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 |
getValue(String colName)
Get the specified row value |
Map |
getValuesMap()
This method gets the Map of all the database column values |
boolean |
isIdentical(EJBObject param1)
This method determines if EJB objects identical |
void |
remove()
This method does nothing |
DataPacket |
toDataPacket()
This method converts RequestTransactionField to DataPacket |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestTransactionFieldImplt(Map theDatabaseValues)
theDatabaseValues
- is a Map of the Request Txn Field database columnsMethod 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 getValue(String colName) throws ProcessingErrorException
getValue
in interface TransactionField
colName
- String Database table column name
ProcessingErrorException
- if an error occurspublic Map getValuesMap() throws ProcessingErrorException
getValuesMap
in interface TransactionField
ProcessingErrorException
- for column that does not exist.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 EEntityRemote
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |