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

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

public interface StoreTransactionHome
extends javax.ejb.EJBHome, StoreTransactionFinders

The StoreTransactionHome interface.


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

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 StoreTransaction create(java.lang.String transactionData)
                        throws javax.ejb.CreateException,
                               ProcessingErrorException,
                               java.rmi.RemoteException
This method creates a storetransaction entity

Parameters:
transactionData - the request transaction to store
Returns:
a storetransaction object
Throws:
javax.ejb.CreateException
ProcessingErrorException
java.rmi.RemoteException

findByPrimaryKey

public StoreTransaction findByPrimaryKey(StoreTransactionPK primaryKey)
                                  throws java.rmi.RemoteException,
                                         javax.ejb.FinderException
This method find an StoreTransaction using its primary key.

Returns:
a StoreTransactionPK
Throws:
javax.ejb.FinderException - thrown if the object cannot be found.
java.rmi.RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.