1 2 package org.objectweb.jonas.jtests.beans.relation.tier; 3 4 7 public interface SequenceSessionLocalHome 8 extends javax.ejb.EJBLocalHome  9 { 10 public static final String COMP_NAME="java:comp/env/ejb/SequenceSessionLocal"; 11 public static final String JNDI_NAME="Rel_Tier_SequenceSession"; 12 13 public SequenceSessionLocal create() 14 throws javax.ejb.CreateException ; 15 16 } 17 | Popular Tags |