com.bea.p13n.advisor
Interface EjbAdvisorHome

All Superinterfaces
javax.ejb.EJBHome, Remote

public interface EjbAdvisorHome
extends javax.ejb.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

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

See Also
Constants Summary
Method Detail

create

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

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


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.