EjbAdvisorHome Interface
- public interface EjbAdvisorHome
extends EJBHome
The home interface for the EJB implementation of the Advisor
interface.
-
All Superinterfaces
-
EJBHome
, Remote
EJB_REF_NAME
public static final String
EJB_REF_NAME
- The EJB-REF name for this
EJBHome
.
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.