1 22 package org.jboss.test.jmsra.bean; 23 24 import java.rmi.*; 25 import javax.ejb.*; 26 35 36 public interface PublisherCMP extends EJBObject { 37 public Integer getNr() throws RemoteException; 38 39 public void setNr(Integer nr)throws RemoteException; 40 41 public void ok(int nr)throws RemoteException; 42 43 public void error(int nr)throws RemoteException; 44 } | Popular Tags |