com.bankframe.ei.txnhandler.destinationejbmap
Interface DestinationEjbMapFinders
- All Known Subinterfaces:
- DestinationEjbMapHome
public interface DestinationEjbMapFinders
This interface defines the find operations for the DestinationEjbMap Entity
findByEjbNameAndEjbOperation
Enumeration findByEjbNameAndEjbOperation(String ejbName,
String ejbOperation)
throws FinderException,
RemoteException
- This method gets all entities with the given ejb name and ejb operation.
- Parameters:
ejbName
- the name of the calling ejbejbOperation
- the operation to be carried out
- Returns:
- an ennumeration of all instances of the DestinationEjbMap Entity with the specified
ejb name and ejb operation values.
- Throws:
FinderException
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.