1 4 package org.jboss.test.proxycompiler.beans.interfaces; 5 6 9 public interface ProxyCompilerTestHome 10 extends javax.ejb.EJBHome 11 { 12 public static final String COMP_NAME="java:comp/env/ejb/ProxyCompilerTest"; 13 public static final String JNDI_NAME="ProxyCompilerTest"; 14 15 public org.jboss.test.proxycompiler.beans.interfaces.ProxyCompilerTest create(java.lang.Integer pk) 16 throws javax.ejb.CreateException ,java.rmi.RemoteException ; 17 18 public java.util.Collection findAll() 19 throws javax.ejb.FinderException ,java.rmi.RemoteException ; 20 21 public org.jboss.test.proxycompiler.beans.interfaces.ProxyCompilerTest findByPrimaryKey(java.lang.Integer pk) 22 throws javax.ejb.FinderException ,java.rmi.RemoteException ; 23 24 } 25 | Popular Tags |