WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface SolveFrontierHome

All Superinterfaces:
EJBHome, Remote

public interface SolveFrontierHome
extends EJBHome

The home interface of the stateless SolveFrontier Enterprise JavaBeansTM component.

See Also:
SolveFrontier

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

Method Detail

create

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

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

WebCab Portfolio Demo
v4.2
(J2EE Edition)