1 package ejava.examples.ejbsessionbank.ejb; 2 3 import javax.ejb.Remote; 4 5 @Remote 6 public interface StatsRemote extends Stats { 7 }