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

Method Summary
 EJB2RemoteInterface create()
          Gets an instance of a bean with EJB2RemoteInterface interface.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

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.