| org.ow2.easybeans.examples.migrationejb21.EJB2LocalHome
EJB2LocalHome | public interface EJB2LocalHome extends EJBLocalHome(Code) | | Local Home interface used by EJB 2.1 clients.
author: Florent Benoit |
create | EJB2LocalInterface create() throws CreateException(Code) | | Gets an instance of a bean with EJB2LocalInterface interface.
instance of a bean implementing EJB2LocalInterface interface. throws: CreateException - if the bean cannot be created. |
|
|