1 22 package org.jboss.test.txtimer.interfaces; 23 24 import java.rmi.RemoteException ; 25 26 import javax.ejb.CreateException ; 27 28 31 public interface TimerTestHome 32 extends javax.ejb.EJBHome  33 { 34 public static final String COMP_NAME="java:comp/env/ejb/test/txtimer/TimerTest"; 35 public static final String JNDI_NAME="test/txtimer/TimerTest"; 36 37 public TimerTest create() throws CreateException , RemoteException ; 38 39 } 40 | Popular Tags |