Skip navigation links


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.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.