1 22 package org.jboss.test.txtimer.interfaces; 23 24 27 public interface TimerSessionLocalHome 28 extends javax.ejb.EJBLocalHome  29 { 30 public static final String COMP_NAME="java:comp/env/ejb/test/txtimer/TimerSessionLocal"; 31 public static final String JNDI_NAME="test/txtimer/TimerSessionLocal"; 32 33 public org.jboss.test.txtimer.interfaces.TimerSessionLocal create() 34 throws javax.ejb.CreateException ; 35 36 } 37 | Popular Tags |