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

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface CustomerSearchHome
extends javax.ejb.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

public CustomerSearch create()
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException
This method creates a new CustomerSearch Session instance.

Throws:
javax.ejb.CreateException
java.rmi.RemoteException


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