com.ibm.b2bi.bfm.ejb
Interface WWFQueryHome


public interface WWFQueryHome
extends javax.ejb.EJBHome

This is a Home interface for the Session Bean


Method Summary
 WWFQuery create()
          create method for a session bean
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, remove, remove
 

Method Detail

create

public WWFQuery create()
                throws javax.ejb.CreateException,
                       java.rmi.RemoteException
create method for a session bean
Returns:
com.ibm.b2bi.bfm.ejb.WWFQuery
Throws:
javax.ejb.CreateException - The exception description.
java.rmi.RemoteException - The exception description.