|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersisterTxnMapHome
This class is the home interface of the PersisterTxnMapbean defines its create and findByPrimaryKey method
Field Summary | |
---|---|
static String |
JNDI_LOOKUP_NAME
The name this EJB will be registered under JNDI. |
Method Summary | |
---|---|
PersisterTxnMap |
create(String entityName,
String methodName,
String txnCode,
String txnType,
String cachePolicy,
String timeOutValue,
String indexName)
This method initialises a new instance of the PersisterTxnMap entity. |
PersisterTxnMap |
findByPrimaryKey(PersisterTxnMapPK key)
This method finds an instance of PersisterTxnMap by its PrimaryKey |
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Field Detail |
---|
static final String JNDI_LOOKUP_NAME
Method Detail |
---|
PersisterTxnMap create(String entityName, String methodName, String txnCode, String txnType, String cachePolicy, String timeOutValue, String indexName) throws RemoteException, CreateException
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 validindexName
- name of the index to use to lookup data in cache
CreateException
RemoteException
PersisterTxnMap findByPrimaryKey(PersisterTxnMapPK key) throws RemoteException, FinderException
key
- PrimaryKey to use in the search
RemoteException
FinderException
- this exception is thrown if the entity is not found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |