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