WebCab Portfolio Demo
v4.2
(J2EE Edition)

com.webcab.ejb.finance.portfolio
Interface InterpolationHome

All Superinterfaces:
EJBHome, Remote

public interface InterpolationHome
extends EJBHome

The home interface of the stateless Interpolation Enterprise JavaBeansTM component.

See Also:
Interpolation

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

Method Detail

create

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

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

WebCab Portfolio Demo
v4.2
(J2EE Edition)