1 2 package sample;3 4 5 /**6 * This is the remote interface for SampleSession enterprise bean.7 */8 public interface SampleSessionRemote extends javax.ejb.EJBObject , sample.SampleSessionRemoteBusiness {9 10 11 }12