com.bankframe.ei.txnhandler.impl.destination
Interface DestinationHome

All Superinterfaces:
DestinationFinders, javax.ejb.EJBHome, java.rmi.Remote

public interface DestinationHome
extends javax.ejb.EJBHome, DestinationFinders

This interface is the home interface of the Destination bean and defines its findByPrimaryKey method


Field Summary
static java.lang.String JNDI_LOOKUP_NAME
           
 
Method Summary
 Destination findByPrimaryKey(DestinationPK primaryKey)
          This method finds and instantiates the requested Destination instance
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 
Methods inherited from interface com.bankframe.ei.txnhandler.destination.DestinationFinders
findAll
 

Field Detail

JNDI_LOOKUP_NAME

public static final java.lang.String JNDI_LOOKUP_NAME
See Also:
Constant Field Values
Method Detail

findByPrimaryKey

public Destination findByPrimaryKey(DestinationPK primaryKey)
                             throws java.rmi.RemoteException,
                                    javax.ejb.FinderException
This method finds and instantiates the requested Destination instance

Parameters:
primaryKey - Primary key of Destination to retrieve
Returns:
The requested Destination instance
Throws:
javax.ejb.FinderException - Thrown if no matching Destination instance was found
java.rmi.RemoteException


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