org.openmdx.application.ejb.gateway.cci
Interface Gateway_1LocalHome

All Superinterfaces:
EJBLocalHome

public interface Gateway_1LocalHome
extends EJBLocalHome

Gateway 1 Local Home


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

Method Detail

create

Gateway_1_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 Gateway_1LocalHome.create(), the container allocates an instance of the EJBean and calls ejbCreate().

Returns:
a Gatway_1_0Local 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-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.