1 22 package org.jboss.ejb3.test.timerdependency; 23 24 25 29 public interface InitTimerMBean 30 { 31 public long getInterval(); 32 33 public void setInterval(long interval); 34 35 public void create() throws Exception ; 37 38 public void start() throws Exception ; 39 40 public void stop() throws Exception ; 41 42 public void destroy() throws Exception ; 43 44 } 45 | Popular Tags |