1 22 package org.jboss.ejb3.test.consumer; 23 24 import org.jboss.annotation.ejb.DeliveryMode; 25 import org.jboss.annotation.ejb.MessageProperties; 26 import org.jboss.annotation.ejb.Producer; 27 28 32 public interface DeploymentDescriptorQueueTestRemote 33 { 34 void method1(String msg, int num) throws Exception ; 35 36 void method2(String msg, float num); 37 } 38 | Popular Tags |