|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static java.lang.String |
EJB_REF_NAME
The EJB-REF name for this EJBHome . |
Method Summary | |
InventoryProvider |
create()
This method corresponds to the ejbCreate method in the InventoryProvider
EJB implementation. |
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData,
getHomeHandle,
remove,
remove |
Field Detail |
public static final java.lang.String EJB_REF_NAME
EJBHome
.Method Detail |
public InventoryProvider create() throws javax.ejb.CreateException, java.rmi.RemoteException
InventoryProvider
EJB implementation. The parameter sets of the two methods are identical. When
a client calls InventoryProviderHome.create()
, the EJB container
allocates an instance of the EJB and invokes the ejbCreate()
method on the instance.
InventoryProvider
instance.InventoryProvider
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |