WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface AssetParametersHome

All Superinterfaces:
EJBHome, Remote

public interface AssetParametersHome
extends EJBHome

The home interface of the stateless AssetParameters Enterprise JavaBeansTM component.

See Also:
AssetParameters

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

Method Detail

create

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

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

WebCab Portfolio Demo
v4.2
(J2EE Edition)