com.bankframe.ei.txnhandler.destinationejbmap
Interface DestinationEjbMapFinders

All Known Subinterfaces:
DestinationEjbMapHome

public interface DestinationEjbMapFinders

This interface defines the find operations for the DestinationEjbMap Entity

Author:
Engineering

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.
 

Method Detail

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 ejb
ejbOperation - 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 © 2004 Siebel Systems, Inc. All rights reserved.