com.bankframe.examples.bp.impl.customersearch
Interface CustomerSearchHome

All Superinterfaces:
EJBHome, Remote

public interface CustomerSearchHome
extends EJBHome

This interface defines the methods for obtaining CustomerSearch Session instances


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

Method Detail

create

CustomerSearch create()
                      throws CreateException,
                             RemoteException
This method creates a new CustomerSearch Session instance.

Throws:
CreateException
RemoteException


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