WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface MarkowitzLocalHome

All Superinterfaces:
EJBLocalHome

public interface MarkowitzLocalHome
extends EJBLocalHome

Local Home interface of the Markowitz Enterprise JavaBean. Use it instead of the MarkowitzHome 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:
MarkowitzHome, MarkowitzLocal

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

Method Detail

create

public MarkowitzLocal create()
                      throws CreateException,
                             MarkowitzDemoException
Creates a local instance of Markowitz the same as when calling the corresponding creation method from the MarkowitzHome interface.

CreateException
MarkowitzDemoException
See Also:
MarkowitzHome.create()

WebCab Portfolio Demo
v4.2
(J2EE Edition)