EjbAdvisorHome Interface

com.bea.p13n.advisor
EjbAdvisorHome Interface

public interface EjbAdvisorHome

    extends EJBHome

The home interface for the EJB implementation of the Advisor interface.


All Superinterfaces
EJBHome, Remote

Field Summary

public static final String
EJB_REF_NAME
The EJB-REF name for this EJBHome.
 

Method Summary

public EjbAdvisor
create()
Create an Advisor.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Field Detail

EJB_REF_NAME

public static final String EJB_REF_NAME
The EJB-REF name for this EJBHome.

 

Method Detail

create() Method

public EjbAdvisor create()
throws CreateException, RemoteException
Create an Advisor.

Returns

A new Advisor

Exceptions

CreateException
thrown if an error occurs during creation.
RemoteException
thrown if there is a communication error.