com.bea.p13n.advisor
Interface EjbAdvisorHome
- All Superinterfaces 
 - javax.ejb.EJBHome, Remote
 
public interface EjbAdvisorHome
- extends javax.ejb.EJBHome
 
The home interface for the EJB implementation of the Advisor interface.
 
 
| Methods inherited from interface javax.ejb.EJBHome | 
getEJBMetaData, getHomeHandle, remove, remove | 
 
EJB_REF_NAME
static final String EJB_REF_NAME
- The EJB-REF name for this 
EJBHome.
- See Also
 - Constants Summary
 
 
create
EjbAdvisor create()
                  throws javax.ejb.CreateException,
                         RemoteException
- Create an Advisor.
 
- Returns
 - A new Advisor
 - Throws
 javax.ejb.CreateException - thrown if an error occurs during creation.
RemoteException - thrown if there is a communication error.
 
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved