org.ow2.easybeans.examples.migrationejb21
Interface EJB2LocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface EJB2LocalHome
extends javax.ejb.EJBLocalHome

Local Home interface used by EJB 2.1 clients.

Author:
Florent Benoit

Method Summary
 EJB2LocalInterface create()
          Gets an instance of a bean with EJB2LocalInterface interface.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

EJB2LocalInterface create()
                          throws javax.ejb.CreateException
Gets an instance of a bean with EJB2LocalInterface interface.

Returns:
instance of a bean implementing EJB2LocalInterface interface.
Throws:
javax.ejb.CreateException - if the bean cannot be created.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.