org.apache.openejb.test.beans
Interface ShoppingCartHome

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface ShoppingCartHome
extends javax.ejb.EJBHome


Method Summary
 ShoppingCart create(String name)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

ShoppingCart create(String name)
                    throws RemoteException
Throws:
RemoteException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.