com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction
Interface StoreTransactionHome

All Superinterfaces:
EJBHome, Remote, StoreTransactionFinders

public interface StoreTransactionHome
extends EJBHome, StoreTransactionFinders

The StoreTransactionHome interface.


Field Summary
static String JNDI_LOOKUP_NAME
          The name this EJB will be registered under JNDI.
 
Method Summary
 StoreTransaction create(String transactionData)
          This method creates a storetransaction entity
 StoreTransaction findByPrimaryKey(StoreTransactionPK primaryKey)
          This method find an StoreTransaction using its primary key.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 
Methods inherited from interface com.bankframe.ei.txnhandler.storeandforward.storetransaction.StoreTransactionFinders
findAll, findInTimePeriod, findNextTransactionBatch
 

Field Detail

JNDI_LOOKUP_NAME

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

See Also:
Constant Field Values
Method Detail

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.