com.bankframe.ei.txnhandler.destinationejbmap
Interface DestinationEjbMapFinders
- All Known Subinterfaces:
- DestinationEjbMapHome
- public interface DestinationEjbMapFinders
This interface defines the find operations for the DestinationEjbMap Entity
Method Summary |
java.util.Enumeration |
findByEjbNameAndEjbOperation(java.lang.String ejbName,
java.lang.String ejbOperation)
This method gets all entities with the given ejb name and ejb operation. |
findByEjbNameAndEjbOperation
public java.util.Enumeration findByEjbNameAndEjbOperation(java.lang.String ejbName,
java.lang.String ejbOperation)
throws javax.ejb.FinderException,
java.rmi.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:
javax.ejb.FinderException
java.rmi.RemoteException
Copyright © 2005 Siebel Systems, Inc. All rights reserved.