|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.impl.persistertxnmap.PersisterTxnMapImplt
This class serves as a lightweight proxy representation of a Destination EJB for caching purposes.
Field Summary | |
java.lang.String |
cachePolicy
|
java.lang.String |
entityName
|
java.lang.String |
methodName
|
java.lang.String |
timeOutValue
|
java.lang.String |
txnCode
|
java.lang.String |
txnType
|
Fields inherited from interface com.bankframe.ejb.EEntity |
serialVersionUID |
Constructor Summary | |
PersisterTxnMapImplt(java.lang.String entityName,
java.lang.String methodName,
java.lang.String txnCode,
java.lang.String txnType,
java.lang.String cachePolicy,
java.lang.String timeOutValue)
This method is the default constructor |
Method Summary | |
java.lang.String |
getCachePolicy()
Getter method for cachePolicy |
javax.ejb.EJBHome |
getEJBHome()
This method gets the EJB Home interface |
java.lang.String |
getEntityName()
Getter method for entityName |
javax.ejb.Handle |
getHandle()
This method gets the EJB handle |
java.lang.String |
getMethodName()
Getter method for methodName |
java.lang.Object |
getPrimaryKey()
This method gets the PersisterTxnMap PrimaryKey |
java.lang.String |
getTimeOutValue()
Getter method for timeOutValue |
java.lang.String |
getTxnCode()
Getter method for TxnCode |
java.lang.String |
getTxnType()
Getter method for TxnType |
boolean |
isIdentical(javax.ejb.EJBObject param1)
This method determines if EJB objects identical |
void |
remove()
This method does nothing |
DataPacket |
toDataPacket()
This method Creates a datapacket |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String cachePolicy
public java.lang.String timeOutValue
public java.lang.String entityName
public java.lang.String txnCode
public java.lang.String txnType
public java.lang.String methodName
Constructor Detail |
public PersisterTxnMapImplt(java.lang.String entityName, java.lang.String methodName, java.lang.String txnCode, java.lang.String txnType, java.lang.String cachePolicy, java.lang.String timeOutValue)
entityName
- name of the calling entitymethodName
- name of the method being calledtxnCode
- contains the code number for the host transactiontxnType
- identifies the middleware associated with a transaction such
as MQSeries, IMS, TUXEDO, CICScachePolicy
- whether or not the transaction response can be read from the cachetimeOutValue
- amount of time the data in the cache remains validMethod Detail |
public java.lang.String getCachePolicy()
getCachePolicy
in interface PersisterTxnMap
public javax.ejb.EJBHome getEJBHome() throws java.rmi.RemoteException
getEJBHome
in interface javax.ejb.EJBObject
java.rmi.RemoteException
public java.lang.String getEntityName()
getEntityName
in interface PersisterTxnMap
public javax.ejb.Handle getHandle() throws java.rmi.RemoteException
getHandle
in interface javax.ejb.EJBObject
java.rmi.RemoteException
public java.lang.String getMethodName()
getMethodName
in interface PersisterTxnMap
public java.lang.Object getPrimaryKey() throws java.rmi.RemoteException
getPrimaryKey
in interface javax.ejb.EJBObject
java.rmi.RemoteException
public java.lang.String getTimeOutValue()
getTimeOutValue
in interface PersisterTxnMap
public java.lang.String getTxnCode()
getTxnCode
in interface PersisterTxnMap
public java.lang.String getTxnType()
getTxnType
in interface PersisterTxnMap
public boolean isIdentical(javax.ejb.EJBObject param1) throws java.rmi.RemoteException
isIdentical
in interface javax.ejb.EJBObject
java.rmi.RemoteException
public void remove() throws java.rmi.RemoteException, javax.ejb.RemoveException
remove
in interface javax.ejb.EJBObject
java.rmi.RemoteException
javax.ejb.RemoveException
public DataPacket toDataPacket()
toDataPacket
in interface EEntity
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |