1 4 package org.bsf.remoteIterator.server; 5 6 10 public interface RemoteIteratorServiceHome 11 extends javax.ejb.EJBHome  12 { 13 public static final String COMP_NAME="java:comp/env/ejb/RemoteIteratorService"; 14 public static final String JNDI_NAME="ejb/RemoteIteratorService"; 15 16 public org.bsf.remoteIterator.server.RemoteIteratorService create() 17 throws javax.ejb.CreateException ,java.rmi.RemoteException ; 18 19 } 20 | Popular Tags |