org.ow2.easybeans.examples.migrationejb21
Interface EJB2RemoteHome
- All Superinterfaces:
- EJBHome, java.rmi.Remote
public interface EJB2RemoteHome
- extends EJBHome
Home interface used by EJB 2.1 clients.
- Author:
- Florent Benoit
create
EJB2RemoteInterface create()
throws CreateException,
java.rmi.RemoteException
- Gets an instance of a bean with EJB2RemoteInterface interface.
- Returns:
- instance of a bean implementing EJB2RemoteInterface interface.
- Throws:
CreateException
- if the bean cannot be created.
java.rmi.RemoteException
- if RMI protocol is failing.
Copyright © 2006-2009 OW2 Consortium. All Rights Reserved.