com.bankframe.ei.txnhandler.impl.transactionroute
Interface TransactionRouteHome
- All Superinterfaces:
- EJBHome, Remote, TransactionRouteFinders
public interface TransactionRouteHome
- extends EJBHome, TransactionRouteFinders
The home interface of the TransactionRouteBean Entity Bean
create
TransactionRoute create(String txnCode,
String txnType,
String destinationId,
String dataFormat,
int hostSequenceNumber)
throws RemoteException,
CreateException
- Create an instance of TransactionRoute EJB
- Parameters:
txnCode
- Transaction codetxnType
- Transaction typedestinationId
- StringdataFormat
- StringhostSequenceNumber
- int
- Returns:
- TransactionRoute instance
- Throws:
RemoteException
CreateException
findByPrimaryKey
TransactionRoute findByPrimaryKey(TransactionRoutePK primaryKey)
throws RemoteException,
FinderException
- Find and instantiate the specified TransactionRoute
- Parameters:
primaryKey
- Primary Key of the TransactionRoute to retrieve
- Returns:
- TransactionRoute instance
- Throws:
FinderException
- Thrown if no corresponding record is found
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.