WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface PerformanceEvaluationLocalHome

All Superinterfaces:
EJBLocalHome

public interface PerformanceEvaluationLocalHome
extends EJBLocalHome

Local Home interface of the PerformanceEvaluation Enterprise JavaBean. Use it instead of the PerformanceEvaluationHome 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:
PerformanceEvaluationHome, PerformanceEvaluationLocal

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

Method Detail

create

public PerformanceEvaluationLocal create()
                                  throws CreateException
Creates a local instance of PerformanceEvaluation the same as when calling the corresponding creation method from the PerformanceEvaluationHome interface.

CreateException
See Also:
PerformanceEvaluationHome.create()

WebCab Portfolio Demo
v4.2
(J2EE Edition)