|
|
| WebLogic Server 7.0 Code Examples, BEA Systems, Inc. |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
examples.webservices.basic.statelessSession
Interface HelloWorldHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface HelloWorldHome
- extends javax.ejb.EJBHome
This interface is the Home interface of the HelloWorld stateless session EJB.
- Author:
- Copyright (c) 2002 by BEA Systems. All Rights Reserved.
|
Method Summary |
HelloWorld |
create()
This method corresponds to the ejbCreate method in the HelloWorldBean.java
file. |
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
create
public HelloWorld create()
throws javax.ejb.CreateException,
java.rmi.RemoteException
- This method corresponds to the ejbCreate method in the HelloWorldBean.java
file.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.