1 22 package org.jboss.test.txtimer.interfaces; 23 24 27 public interface TimerEntityHome 28 extends javax.ejb.EJBHome  29 { 30 public static final String COMP_NAME="java:comp/env/ejb/test/txtimer/TimerEntity"; 31 public static final String JNDI_NAME="test/txtimer/TimerEntity"; 32 33 public org.jboss.test.txtimer.interfaces.TimerEntity create(java.lang.Integer pk) 34 throws javax.ejb.CreateException ,java.rmi.RemoteException ; 35 36 public org.jboss.test.txtimer.interfaces.TimerEntity findByPrimaryKey(java.lang.Integer pk) 37 throws javax.ejb.FinderException ,java.rmi.RemoteException ; 38 39 } 40 | Popular Tags |