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