WebLogic Integration


com.bea.wlpi.tour.po
Interface PurchaseOrderHome


public interface PurchaseOrderHome
extends javax.ejb.EJBHome

Home interface for the PurchaseOrder session EJB.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 PurchaseOrder create()
          Create a remote object that implements the PurchaseOrder} interface.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public PurchaseOrder create()
                     throws java.rmi.RemoteException,
                            javax.ejb.CreateException
Create a remote object that implements the PurchaseOrder} interface.

Throws:
java.rmi.RemoteException - if a communications error occurred.

WebLogic Integration

WebLogic Integration (WLI)