com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction
Interface StoreTransactionHome
- All Superinterfaces:
- EJBHome, Remote, StoreTransactionFinders
public interface StoreTransactionHome
- extends EJBHome, StoreTransactionFinders
The StoreTransactionHome interface.
JNDI_LOOKUP_NAME
static final String JNDI_LOOKUP_NAME
- The name this EJB will be registered under JNDI.
- See Also:
- Constant Field Values
create
StoreTransaction create(String transactionData)
throws CreateException,
ProcessingErrorException,
RemoteException
- This method creates a storetransaction entity
- Parameters:
transactionData
- the request transaction to store
- Returns:
- a storetransaction object
- Throws:
CreateException
ProcessingErrorException
RemoteException
findByPrimaryKey
StoreTransaction findByPrimaryKey(StoreTransactionPK primaryKey)
throws RemoteException,
FinderException
- This method find an StoreTransaction using its primary key.
- Parameters:
primaryKey
- the StoreTransaction primary key object.
- Returns:
- a StoreTransactionPK
- Throws:
FinderException
- thrown if the object cannot be found.
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.