WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface CapitalMarketLocalHome

All Superinterfaces:
EJBLocalHome

public interface CapitalMarketLocalHome
extends EJBLocalHome

Local Home interface of the CapitalMarket Enterprise JavaBean. Use it instead of the CapitalMarketHome 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:
CapitalMarketHome, CapitalMarketLocal

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

Method Detail

create

public CapitalMarketLocal create()
                          throws CreateException,
                                 CapitalMarketDemoException
Creates a local instance of CapitalMarket the same as when calling the corresponding creation method from the CapitalMarketHome interface.

CreateException
CapitalMarketDemoException
See Also:
CapitalMarketHome.create()

WebCab Portfolio Demo
v4.2
(J2EE Edition)