com.bea.p13n.advisor
Interface EjbAdvisorHome


public interface EjbAdvisorHome

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.
 

Field Detail

EJB_REF_NAME

static final String EJB_REF_NAME
The EJB-REF name for this EJBHome.

See Also
Constants Summary
Method Detail

create

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.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved