com.bankframe.ei.txnhandler.impl.destinationejbmap
Interface DestinationEjbMapHome

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

public interface DestinationEjbMapHome
extends javax.ejb.EJBHome, DestinationEjbMapFinders

This interface defines the methods for obtaining DestinationEjbMap Entity instances


Field Summary
static java.lang.String JNDI_LOOKUP_NAME
          The name this EJB will be registered under JNDI.
 
Method Summary
 DestinationEjbMap findByPrimaryKey(DestinationEjbMapPK primaryKey)
          This method gets the DestinationEjbMap entity instance that is identified by the given primary key.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 
Methods inherited from interface com.bankframe.ei.txnhandler.destinationejbmap.DestinationEjbMapFinders
findByEjbNameAndEjbOperation
 

Field Detail

JNDI_LOOKUP_NAME

public static final java.lang.String JNDI_LOOKUP_NAME
The name this EJB will be registered under JNDI.

See Also:
Constant Field Values
Method Detail

findByPrimaryKey

public DestinationEjbMap findByPrimaryKey(DestinationEjbMapPK primaryKey)
                                   throws javax.ejb.FinderException,
                                          java.rmi.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:
javax.ejb.FinderException
java.rmi.RemoteException


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