com.bankframe.ei.txnhandler.impl.responseindex
Interface ResponseIndexHome
- All Superinterfaces:
- EJBHome, Remote, ResponseIndexFinders
public interface ResponseIndexHome
- extends EJBHome, ResponseIndexFinders
This class is the home interface of the ResponseIndexBean
defines its create and findByPrimaryKey method
JNDI_LOOKUP_NAME
static final String JNDI_LOOKUP_NAME
- The name this EJB will be registered under JNDI.
- See Also:
- Constant Field Values
create
ResponseIndex create(String txnCode,
String txnType,
String indexName)
throws RemoteException,
CreateException
- This method initialises a new instance of the ResponseIndex entity.
- Parameters:
txnCode
- contains the code number for the host transactiontxnType
- identifies the middleware associated with a transaction such
as MQSeries, IMS, TUXEDO, CICSindexName
- indicates the name of the index to populate
- Returns:
- ResponseIndex the instance of the entity
- Throws:
CreateException
RemoteException
findByPrimaryKey
ResponseIndex findByPrimaryKey(ResponseIndexPK key)
throws RemoteException,
FinderException
- This method finds an instance of ResponseIndex by its PrimaryKey
- Parameters:
key
- PrimaryKey to use in the search
- Returns:
- ResponseIndex the instance of the entity
- Throws:
RemoteException
FinderException
- this exception is thrown if the entity is not found.
Copyright © 2005, 2007, Oracle. All rights reserved.