|
||||||||||
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
public class PersisterTxnMapImplt
This class serves as a lightweight proxy representation of a Destination EJB for caching purposes.
Field Summary | |
---|---|
String |
cachePolicy
|
String |
entityName
|
String |
indexName
|
String |
methodName
|
String |
timeOutValue
|
String |
txnCode
|
String |
txnType
|
Fields inherited from interface com.bankframe.ejb.EEntity |
---|
serialVersionUID |
Constructor Summary | |
---|---|
PersisterTxnMapImplt(String entityName,
String methodName,
String txnCode,
String txnType,
String cachePolicy,
String timeOutValue,
String indexName)
This method is the default constructor |
Method Summary | |
---|---|
String |
getCachePolicy()
Getter method for cachePolicy |
EJBHome |
getEJBHome()
This method gets the EJB Home interface |
String |
getEntityName()
Getter method for entityName |
Handle |
getHandle()
This method gets the EJB handle |
String |
getIndexName()
Getter method for indexName |
String |
getMethodName()
Getter method for methodName |
Object |
getPrimaryKey()
This method gets the PersisterTxnMap PrimaryKey |
String |
getTimeOutValue()
Getter method for timeOutValue |
String |
getTxnCode()
Getter method for TxnCode |
String |
getTxnType()
Getter method for TxnType |
boolean |
isIdentical(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 String cachePolicy
public String timeOutValue
public String entityName
public String txnCode
public String txnType
public String methodName
public String indexName
Constructor Detail |
---|
public PersisterTxnMapImplt(String entityName, String methodName, String txnCode, String txnType, String cachePolicy, String timeOutValue, String indexName)
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 String getCachePolicy()
getCachePolicy
in interface PersisterTxnMap
public EJBHome getEJBHome() throws RemoteException
getEJBHome
in interface EJBObject
RemoteException
public String getEntityName()
getEntityName
in interface PersisterTxnMap
public Handle getHandle() throws RemoteException
getHandle
in interface EJBObject
RemoteException
public String getMethodName()
getMethodName
in interface PersisterTxnMap
public Object getPrimaryKey() throws RemoteException
getPrimaryKey
in interface EJBObject
RemoteException
public String getTimeOutValue()
getTimeOutValue
in interface PersisterTxnMap
public String getTxnCode()
getTxnCode
in interface PersisterTxnMap
public String getTxnType()
getTxnType
in interface PersisterTxnMap
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 EEntity
public String getIndexName()
PersisterTxnMap
getIndexName
in interface PersisterTxnMap
PersisterTxnMap.getIndexName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |