com.bankframe.ei.txnhandler.transactionlayout.impl.request
Class RequestTransactionFieldCache

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.transactionlayout.impl.request.RequestTransactionFieldCache

public class RequestTransactionFieldCache
extends java.lang.Object

This class caches the connection parameters of a connector contained in the Destination table


Constructor Summary
RequestTransactionFieldCache()
           
 
Method Summary
static RequestTransactionField findByPrimaryKey(RequestTransactionFieldPK pk)
          This method is a findByPrimaryKey for the Destination Cache
static java.util.List findByTransactionCodeAndType(java.lang.String txnCode, java.lang.String txnType)
          Find all RequestTransactionField with the specified transaction code and transaction type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestTransactionFieldCache

public RequestTransactionFieldCache()
Method Detail

findByPrimaryKey

public static RequestTransactionField findByPrimaryKey(RequestTransactionFieldPK pk)
                                                throws ProcessingErrorException,
                                                       javax.ejb.FinderException
This method is a findByPrimaryKey for the Destination Cache

Returns:
Destination
Throws:
ProcessingErrorException - if an error occurs in processing
javax.ejb.FinderException - if the specified Destination is not found

findByTransactionCodeAndType

public static java.util.List findByTransactionCodeAndType(java.lang.String txnCode,
                                                          java.lang.String txnType)
                                                   throws javax.ejb.FinderException,
                                                          ProcessingErrorException
Find all RequestTransactionField with the specified transaction code and transaction type

Parameters:
txnCode - Transaction Code
txnType - Transaction Type
Returns:
List containing all matching RequestTransactionField
Throws:
RemoteException
javax.ejb.FinderException - Thrown if no matching instances were found
ProcessingErrorException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.