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