|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
| Method Summary | |
Extensions |
create()
This method corresponds to the ejbCreate method in the bean "ExtensionsBean.java". |
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
| Method Detail |
public Extensions create()
throws javax.ejb.CreateException,
java.rmi.RemoteException
ExtensionsHome.create(), the container
allocates an instance of the EJBean and calls ejbCreate().java.rmi.RemoteException - if there is
a communications or systems failurejavax.ejb.CreateException - if there is a problem creating the bean
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||