WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface EasyOptimalHome

All Superinterfaces:
EJBHome, Remote

public interface EasyOptimalHome
extends EJBHome

The home interface of the stateless EasyOptimal Enterprise JavaBeansTM component.

See Also:
EasyOptimal

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

Method Detail

create

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

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

WebCab Portfolio Demo
v4.2
(J2EE Edition)