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