WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

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
 

Method Detail

create

public HelloWorld create()
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException
This method corresponds to the ejbCreate method in the HelloWorldBean.java file.

Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.