© 2005 BEA Systems, Inc.

com.bea.p13n.advisor
Interface EjbAdvisorHome

All Superinterfaces:
EJBHome, Remote

public interface EjbAdvisorHome
extends EJBHome

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


Field Summary
static 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 String EJB_REF_NAME
The EJB-REF name for this EJBHome.

See Also:
Constant Field Values
Method Detail

create

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

Returns:
A new Advisor
Throws:
CreateException - thrown if an error occurs during creation.
RemoteException - thrown if there is a communication error.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved