WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface PerformanceEvaluationHome

All Superinterfaces:
EJBHome, Remote

public interface PerformanceEvaluationHome
extends EJBHome

The home interface of the stateless PerformanceEvaluation Enterprise JavaBeansTM component.

See Also:
PerformanceEvaluation

Method Summary
 PerformanceEvaluation create()
          Creates a new instance of the PerformanceEvaluation remote interface.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public PerformanceEvaluation create()
                             throws CreateException,
                                    RemoteException
Creates a new instance of the PerformanceEvaluation remote interface.

Returns:
A remote object instance of the PerformanceEvaluation EJB component.
CreateException
RemoteException

WebCab Portfolio Demo
v4.2
(J2EE Edition)