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
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
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-2010 OW2 Consortium. All Rights Reserved.