WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface EasyOptimalLocalHome

All Superinterfaces:
EJBLocalHome

public interface EasyOptimalLocalHome
extends EJBLocalHome

Local Home interface of the EasyOptimal Enterprise JavaBean. Use it instead of the EasyOptimalHome interface when your clients run in the same virtual machine as the bean. Note that every create method stays the same as in the standard Home interface.

See Also:
EasyOptimalHome, EasyOptimalLocal

Method Summary
 EasyOptimalLocal create()
          Creates a local instance of EasyOptimal the same as when calling the corresponding creation method from the EasyOptimalHome interface.
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public EasyOptimalLocal create()
                        throws CreateException
Creates a local instance of EasyOptimal the same as when calling the corresponding creation method from the EasyOptimalHome interface.

CreateException
See Also:
EasyOptimalHome.create()

WebCab Portfolio Demo
v4.2
(J2EE Edition)