WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface SolveFrontierLocalHome

All Superinterfaces:
EJBLocalHome

public interface SolveFrontierLocalHome
extends EJBLocalHome

Local Home interface of the SolveFrontier Enterprise JavaBean. Use it instead of the SolveFrontierHome 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:
SolveFrontierHome, SolveFrontierLocal

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

Method Detail

create

public SolveFrontierLocal create()
                          throws ReferencedServiceException,
                                 CreateException
Creates a local instance of SolveFrontier the same as when calling the corresponding creation method from the SolveFrontierHome interface.

ReferencedServiceException
CreateException
See Also:
SolveFrontierHome.create()

WebCab Portfolio Demo
v4.2
(J2EE Edition)