|
||||||||||
| 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 valid| Method Detail |
|---|
public String getCachePolicy()
getCachePolicy in interface PersisterTxnMap
public EJBHome getEJBHome()
throws RemoteException
getEJBHome in interface EJBObjectRemoteExceptionpublic String getEntityName()
getEntityName in interface PersisterTxnMap
public Handle getHandle()
throws RemoteException
getHandle in interface EJBObjectRemoteExceptionpublic String getMethodName()
getMethodName in interface PersisterTxnMap
public Object getPrimaryKey()
throws RemoteException
getPrimaryKey in interface EJBObjectRemoteExceptionpublic String getTimeOutValue()
getTimeOutValue in interface PersisterTxnMappublic String getTxnCode()
getTxnCode in interface PersisterTxnMappublic String getTxnType()
getTxnType in interface PersisterTxnMap
public boolean isIdentical(EJBObject param1)
throws RemoteException
isIdentical in interface EJBObjectRemoteException
public void remove()
throws RemoteException,
RemoveException
remove in interface EJBObjectRemoteException
RemoveExceptionpublic DataPacket toDataPacket()
toDataPacket in interface EEntitypublic String getIndexName()
PersisterTxnMap
getIndexName in interface PersisterTxnMapPersisterTxnMap.getIndexName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||