FileDocCategorySizeDatePackage
CartLocalHome.javaAPI DocJBoss 4.2.1484Fri Jul 13 20:55:58 BST 2007xpetstore.services.cart.interfaces

CartLocalHome.java

/*
 * Generated by XDoclet - Do not edit!
 */
package xpetstore.services.cart.interfaces;

/**
 * Local home interface for Cart.
 * @author <a href="mailto:tchbansi@sourceforge.net">Herve Tchepannou</a>
 */
public interface CartLocalHome
   extends javax.ejb.EJBLocalHome
{
   public static final String COMP_NAME="java:comp/env/ejb/Cart";
   public static final String JNDI_NAME="Cart";

   public xpetstore.services.cart.ejb.Cart create()
      throws javax.ejb.CreateException;

}