com.bankframe.examples.bp.impl.accountsearch
Interface AccountSearchHome

All Superinterfaces:
EJBHome, Remote

public interface AccountSearchHome
extends EJBHome

This interface defines the methods for obtaining AccountSearch Session instances.


Method Summary
 AccountSearch create()
          This method creates a new AccountSearch session instance.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

AccountSearch create()
                     throws CreateException,
                            RemoteException
This method creates a new AccountSearch session instance.

Returns:
an AccountSearch instance
Throws:
CreateException
RemoteException


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