com.bankframe.ei.txnhandler.impl.transactionroute
Interface TransactionRouteHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote, TransactionRouteFinders
- public interface TransactionRouteHome
- extends javax.ejb.EJBHome, TransactionRouteFinders
The home interface of the TransactionRouteBean Entity Bean
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
create
public TransactionRoute create(java.lang.String txnCode,
java.lang.String txnType,
java.lang.String destinationId,
java.lang.String dataFormat,
int hostSequenceNumber)
throws java.rmi.RemoteException,
javax.ejb.CreateException
- Create an instance of TransactionRoute EJB
- Parameters:
txnCode
- Transaction codetxnType
- Transaction type
- Returns:
- TransactionRoute instance
java.rmi.RemoteException
javax.ejb.CreateException
findByPrimaryKey
public TransactionRoute findByPrimaryKey(TransactionRoutePK primaryKey)
throws java.rmi.RemoteException,
javax.ejb.FinderException
- Find and instantiate the specified TransactionRoute
- Parameters:
primaryKey
- Primary Key of the TransactionRoute to retrieve
- Returns:
- TransactionRoute instance
- Throws:
javax.ejb.FinderException
- Thrown if no corresponding record is found
java.rmi.RemoteException
Copyright © 2005 Siebel Systems, Inc. All rights reserved.