© 2002 BEA Systems, Inc.


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.
 
Method Summary
 EjbAdvisor create()
          Create an Advisor.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

EJB_REF_NAME

public static final java.lang.String EJB_REF_NAME
The EJB-REF name for this EJBHome.
Method Detail

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.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved