com.ibm.websphere.samples.asynchbeans.wstrader.pricegen.ejb
Interface PriceGenControlHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface PriceGenControlHome
extends javax.ejb.EJBHome

Home interface for Enterprise Bean: PriceGenControlBean


Method Summary
 PriceGenControl create()
          Creates a default instance of Session Bean: PriceGenControlBean
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

PriceGenControl create()
                       throws javax.ejb.CreateException,
                              java.rmi.RemoteException
Creates a default instance of Session Bean: PriceGenControlBean

Throws:
javax.ejb.CreateException
java.rmi.RemoteException