com.bankframe.ei.txnhandler.impl.persistertxnmap
Interface PersisterTxnMapHome

All Superinterfaces:
javax.ejb.EJBHome, PersisterTxnMapFinders, java.rmi.Remote

public interface PersisterTxnMapHome
extends javax.ejb.EJBHome, PersisterTxnMapFinders

This class is the home interface of the PersisterTxnMapbean defines its create and findByPrimaryKey method


Field Summary
static java.lang.String JNDI_LOOKUP_NAME
          The name this EJB will be registered under JNDI.
 
Method Summary
 PersisterTxnMap create(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 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

JNDI_LOOKUP_NAME

public static final java.lang.String JNDI_LOOKUP_NAME
The name this EJB will be registered under JNDI.

See Also:
Constant Field Values
Method Detail

create

public PersisterTxnMap create(java.lang.String entityName,
                              java.lang.String methodName,
                              java.lang.String txnCode,
                              java.lang.String txnType,
                              java.lang.String cachePolicy,
                              java.lang.String timeOutValue)
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException
This method initialises a new instance of the PersisterTxnMap entity.

Parameters:
entityName - name of the calling entity
methodName - name of the method being called
txnCode - contains the code number for the host transaction
txnType - identifies the middleware associated with a transaction such as MQSeries, IMS, TUXEDO, CICS
cachePolicy - whether or not the transaction response can be read from the cache
timeOutValue - amount of time the data in the cache remains valid
Returns:
PersisterTxnMap the instance of the entity
Throws:
javax.ejb.CreateException
java.rmi.RemoteException

findByPrimaryKey

public PersisterTxnMap findByPrimaryKey(PersisterTxnMapPK key)
                                 throws java.rmi.RemoteException,
                                        javax.ejb.FinderException
This method finds an instance of PersisterTxnMap by its PrimaryKey

Parameters:
key - PrimaryKey to use in the search
Returns:
PersisterTxnMap the instance of the entity
Throws:
java.rmi.RemoteException
javax.ejb.FinderException - this exception is thrown if the entity is not found.


Copyright © 2004 Siebel Systems, Inc. All rights reserved.