com.bankframe.ei.txnhandler.impl.persistertxnmap
Class PersisterTxnMapCache

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.impl.persistertxnmap.PersisterTxnMapCache

public class PersisterTxnMapCache
extends java.lang.Object

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


Constructor Summary
PersisterTxnMapCache()
           
 
Method Summary
static PersisterTxnMap findByPrimaryKey(PersisterTxnMapPK pk)
          This method is a findByPrimaryKey for the Destination Cache
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersisterTxnMapCache

public PersisterTxnMapCache()
Method Detail

findByPrimaryKey

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

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


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