org.openmdx.base.accessor.generic.ejb
Interface Provider_2LocalHome

All Superinterfaces:
EJBLocalHome

public interface Provider_2LocalHome
extends EJBLocalHome

Provider_2LocalHome


Method Summary
 Provider_2_0Local create()
          This method corresponds to the ejbCreate method in the dataprovider bean.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

Provider_2_0Local create()
                         throws CreateException
This method corresponds to the ejbCreate method in the dataprovider bean. The parameter sets of the two methods are identical. When the client calls Provider_2LocalHome.create(), the container allocates an instance of the EJBean and calls ejbCreate().

Returns:
a Dataprovider_1Local object
Throws:
EJBExcpetion - if there is a communications or systems failure
CreateException - if there is a problem creating the bean


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.