1 22 package org.jboss.test.timer.interfaces; 23 24 30 public interface TimerSFSBHome 31 extends javax.ejb.EJBHome  32 { 33 public static final String COMP_NAME="java:comp/env/ejb/test/timer/TimerSFSB"; 34 public static final String JNDI_NAME="ejb/test/timer/TimerSFSB"; 35 public static final String SECURED_JNDI_NAME="ejb/test/timer/SecuredTimerSFSB"; 36 37 public org.jboss.test.timer.interfaces.TimerSFSB create() 38 throws javax.ejb.CreateException ,java.rmi.RemoteException ; 39 40 } 41 | Popular Tags |