com.bankframe.ei.txnhandler.impl.destination
Interface DestinationHome
- All Superinterfaces:
- DestinationFinders, EJBHome, Remote
public interface DestinationHome
- extends EJBHome, DestinationFinders
This interface is the home interface of the Destination bean and
defines its findByPrimaryKey method
JNDI_LOOKUP_NAME
static final String JNDI_LOOKUP_NAME
- See Also:
- Constant Field Values
findByPrimaryKey
Destination findByPrimaryKey(DestinationPK primaryKey)
throws RemoteException,
FinderException
- This method finds and instantiates the requested Destination instance
- Parameters:
primaryKey
- Primary key of Destination to retrieve
- Returns:
- The requested Destination instance
- Throws:
FinderException
- Thrown if no matching Destination instance was found
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.