com.bankframe.ei.txnhandler.impl.destinationejbmap
Interface DestinationEjbMapHome
- All Superinterfaces:
- DestinationEjbMapFinders, EJBHome, Remote
public interface DestinationEjbMapHome
- extends EJBHome, DestinationEjbMapFinders
This interface defines the methods for obtaining DestinationEjbMap Entity instances
JNDI_LOOKUP_NAME
static final String JNDI_LOOKUP_NAME
- The name this EJB will be registered under JNDI.
- See Also:
- Constant Field Values
findByPrimaryKey
DestinationEjbMap findByPrimaryKey(DestinationEjbMapPK primaryKey)
throws FinderException,
RemoteException
- This method gets the DestinationEjbMap entity instance that is identified
by the given primary key.
- Parameters:
primaryKey
-
- Returns:
- the DestinationEjbMap Entity Instance for the specified primary key
- Throws:
FinderException
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.