1 package org.myorg.basicejb.ejb; 2 3 import javax.ejb.Remote; 4 5 @Remote 6 public interface ReservationRemote { 7 void ping(); 8 }