1 package org.jboss.ejb3.test.service; 2 3 import org.jboss.annotation.ejb.Management; 4 5 9 @Management 10 public interface TestResourceInjectionServiceIF { 11 12 public boolean getTestedSuccessful(); 13 14 public boolean getTestedSuccessfulNow(); 15 16 18 public void create() throws Exception ; 19 20 public void start() throws Exception ; 21 22 public void stop(); 23 24 public void destroy(); 25 26 } 27 | Popular Tags |