1 22 package org.jboss.test.cts.interfaces; 23 24 25 26 import java.rmi.RemoteException ; 27 import javax.ejb.*; 28 29 30 37 38 public interface CtsBmp 39 extends EJBObject 40 { 41 50 51 public void setPersonsName (String personsName) 52 throws RemoteException ; 53 54 63 64 public String getPersonsName () 65 throws RemoteException ; 66 67 } 68 69 70 71 72 73 74 | Popular Tags |