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


Method Summary
 TransactionRoute create(java.lang.String txnCode, java.lang.String txnType, java.lang.String destinationId, java.lang.String dataFormat, int hostSequenceNumber)
          Create an instance of TransactionRoute EJB
 TransactionRoute findByPrimaryKey(TransactionRoutePK primaryKey)
          Find and instantiate the specified TransactionRoute
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 
Methods inherited from interface com.bankframe.ei.txnhandler.transactionroute.TransactionRouteFinders
findByTxnCodeAndTxnType
 

Method Detail

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 code
txnType - Transaction type
Returns:
TransactionRoute instance
Throws:
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 © 2004 Siebel Systems, Inc. All rights reserved.