Uses of Interface
com.bankframe.ei.txnhandler.impl.destination.Destination

Packages that use Destination
com.bankframe.ei.txnhandler   
com.bankframe.ei.txnhandler.impl.destination   
 

Uses of Destination in com.bankframe.ei.txnhandler
 

Methods in com.bankframe.ei.txnhandler that return Destination
static Destination TransactionHandlerUtils.getDestination(TransactionRoute txnRoute)
          This method gets the Destination for a given transaction route.
 

Uses of Destination in com.bankframe.ei.txnhandler.impl.destination
 

Classes in com.bankframe.ei.txnhandler.impl.destination that implement Destination
 class DestinationImplt
          This class serves as a lightweight proxy representation of a Destination EJB for caching purposes.
 

Methods in com.bankframe.ei.txnhandler.impl.destination that return Destination
 Destination DestinationHome.findByPrimaryKey(DestinationPK primaryKey)
          This method finds and instantiates the requested Destination instance
static Destination DestinationCache.findByPrimaryKey(DestinationPK pk)
          This method is a findByPrimaryKey for the Destination Cache
 



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